Add missile launcher and missile controller projects
[SEScripts.git] / .gitignore
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 .vs
5
6 # User-specific files
7 *.suo
8 *.user
9 *.sln.docstates
10
11 # Build results
12
13 [Dd]ebug/
14 [Rr]elease/
15 x64/
16 [Bb]in/
17 [Oo]bj/
18
19 # MSTest test Results
20 [Tt]est[Rr]esult*/
21 [Bb]uild[Ll]og.*
22
23 *_i.c
24 *_p.c
25 *_i.h
26 *.ilk
27 *.meta
28 *.obj
29 *.pch
30 *.pdb
31 *.pgc
32 *.pgd
33 *.rsp
34 *.sbr
35 *.tlb
36 *.tli
37 *.tlh
38 *.tmp
39 *.tmp_proj
40 *.log
41 *.vspscc
42 *.vssscc
43 .builds
44 *.pidb
45 *.log
46 *.svclog
47 *.scc
48
49 # Visual C++ cache files
50 ipch/
51 *.aps
52 *.ncb
53 *.opensdf
54 *.sdf
55 *.cachefile
56
57 # Visual Studio profiler
58 *.psess
59 *.vsp
60 *.vspx
61
62 # Guidance Automation Toolkit
63 *.gpState
64
65 # ReSharper is a .NET coding add-in
66 _ReSharper*/
67 *.[Rr]e[Ss]harper
68 *.DotSettings.user
69
70 # Click-Once directory
71 publish/
72
73 # Publish Web Output
74 *.Publish.xml
75 *.pubxml
76 *.azurePubxml
77
78 # NuGet Packages Directory
79 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
80 packages/
81 ## TODO: If the tool you use requires repositories.config, also uncomment the next line
82 !packages/repositories.config
83
84 # Windows Azure Build Output
85 csx/
86 *.build.csdef
87
88 # Windows Store app package directory
89 AppPackages/
90
91 # Others
92 sql/
93 *.Cache
94 ClientBin/
95 [Ss]tyle[Cc]op.*
96 ![Ss]tyle[Cc]op.targets
97 ~$*
98 *~
99 *.dbmdl
100 *.[Pp]ublish.xml
101
102 *.publishsettings
103
104 # RIA/Silverlight projects
105 Generated_Code/
106
107 # Backup & report files from converting an old project file to a newer
108 # Visual Studio version. Backup files are not needed, because we have git ;-)
109 _UpgradeReport_Files/
110 Backup*/
111 UpgradeLog*.XML
112 UpgradeLog*.htm
113
114 # SQL Server files
115 App_Data/*.mdf
116 App_Data/*.ldf
117
118 # =========================
119 # Windows detritus
120 # =========================
121
122 # Windows image file caches
123 Thumbs.db
124 ehthumbs.db
125
126 # Folder config file
127 Desktop.ini
128
129 # Recycle Bin used on file shares
130 $RECYCLE.BIN/
131
132 # Mac desktop service store files
133 .DS_Store
134
135 _NCrunch*