]> git.r.bdr.sh - rbdr/super-polarity/blob - .gitignore
More spaces removed.
[rbdr/super-polarity] / .gitignore
1 # Object files
2 *.o
3
4 # Libraries
5 *.lib
6 *.a
7
8 # Shared objects (inc. Windows DLLs)
9 *.dll
10 *.so
11 *.so.*
12 *.dylib
13
14 # Executables
15 *.exe
16 *.out
17 *.app
18 =======
19 ## Ignore Visual Studio temporary files, build results, and
20 ## files generated by popular Visual Studio add-ons.
21
22 # User-specific files
23 *.suo
24 *.user
25 *.sln.docstates
26
27 # Build results
28
29 [Dd]ebug/
30 [Rr]elease/
31 x64/
32 build/
33 [Bb]in/
34 [Oo]bj/
35
36 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
37 !packages/*/build/
38
39 # MSTest test Results
40 [Tt]est[Rr]esult*/
41 [Bb]uild[Ll]og.*
42
43 *_i.c
44 *_p.c
45 *.ilk
46 *.meta
47 *.obj
48 *.pch
49 *.pdb
50 *.pgc
51 *.pgd
52 *.rsp
53 *.sbr
54 *.tlb
55 *.tli
56 *.tlh
57 *.tmp
58 *.tmp_proj
59 *.log
60 *.vspscc
61 *.vssscc
62 .builds
63 *.pidb
64 *.log
65 *.scc
66
67 # Visual C++ cache files
68 ipch/
69 *.aps
70 *.ncb
71 *.opensdf
72 *.sdf
73 *.cachefile
74
75 # Visual Studio profiler
76 *.psess
77 *.vsp
78 *.vspx
79
80 # Guidance Automation Toolkit
81 *.gpState
82
83 # ReSharper is a .NET coding add-in
84 _ReSharper*/
85 *.[Rr]e[Ss]harper
86
87 # TeamCity is a build add-in
88 _TeamCity*
89
90 # DotCover is a Code Coverage Tool
91 *.dotCover
92
93 # NCrunch
94 *.ncrunch*
95 .*crunch*.local.xml
96
97 # Installshield output folder
98 [Ee]xpress/
99
100 # DocProject is a documentation generator add-in
101 DocProject/buildhelp/
102 DocProject/Help/*.HxT
103 DocProject/Help/*.HxC
104 DocProject/Help/*.hhc
105 DocProject/Help/*.hhk
106 DocProject/Help/*.hhp
107 DocProject/Help/Html2
108 DocProject/Help/html
109
110 # Click-Once directory
111 publish/
112
113 # Publish Web Output
114 *.Publish.xml
115 *.pubxml
116
117 # NuGet Packages Directory
118 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
119 #packages/
120
121 # Windows Azure Build Output
122 csx
123 *.build.csdef
124
125 # Windows Store app package directory
126 AppPackages/
127
128 # Others
129 sql/
130 *.Cache
131 ClientBin/
132 [Ss]tyle[Cc]op.*
133 ~$*
134 *~
135 *.dbmdl
136 *.[Pp]ublish.xml
137 *.pfx
138 *.publishsettings
139
140 # RIA/Silverlight projects
141 Generated_Code/
142
143 # Backup & report files from converting an old project file to a newer
144 # Visual Studio version. Backup files are not needed, because we have git ;-)
145 _UpgradeReport_Files/
146 Backup*/
147 UpgradeLog*.XML
148 UpgradeLog*.htm
149
150 # SQL Server files
151 App_Data/*.mdf
152 App_Data/*.ldf
153
154 # =========================
155 # Windows detritus
156 # =========================
157
158 # Windows image file caches
159 Thumbs.db
160 ehthumbs.db
161
162 # Folder config file
163 Desktop.ini
164
165 # Recycle Bin used on file shares
166 $RECYCLE.BIN/
167
168 # Mac crap
169 .DS_Store