-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
76 lines (69 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tli
*.tlh
*.ipch
*.bak
*.cache
*.ilk
*.log
*.sdf
*.opensdf
*.opendb
*.ncrunchsolution
*.ncrunchproject
*.pfx
build/.vs/*
AppPackages/
[Bb]in
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.orig
*.vspx
*.psess
build/packages
build/VLC_WINRT.sln.DotSettings
*dll
*.stackdump
build/ui/plugins/access/libaccess_winrt_plugin.dll
build/ui/plugins/video_output/libdirect2d_winrt_plugin.dll
build/ui/plugins/audio_output/libxaudio2_winrt_plugin.dll
universal/VLC.Universal/BundleArtifacts
universal/VLC.Universal/Package.StoreAssociation.xml
universal/VLC.Universal/ApplicationInsights.config
universal/packages/
build/VLC.VC.db
# Visual Studio and extesions cache/options directory
.vs/
# CodeRush
.cr/
# DevTracker
*.dt
# VLC files
vlc/plugins/
vlc/plugins/plugins.dat
#Store association
build/ui/Package.StoreAssociation.xml
#mac stuff
.DS_Store
project.lock.json
*VLC.Universal.nuget.*
/vlc
/app/VLC.Universal/BundleArtifacts