]> git.r.bdr.sh - rbdr/super-polarity/blame - .gitignore
Adds linux project.
[rbdr/super-polarity] / .gitignore
CommitLineData
626ab516
BB
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
3de51c6f 18=======
9899ae5d
BB
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/
31x64/
32build/
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
68ipch/
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
101DocProject/buildhelp/
102DocProject/Help/*.HxT
103DocProject/Help/*.HxC
104DocProject/Help/*.hhc
105DocProject/Help/*.hhk
106DocProject/Help/*.hhp
107DocProject/Help/Html2
108DocProject/Help/html
109
110# Click-Once directory
111publish/
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
122csx
123*.build.csdef
124
125# Windows Store app package directory
126AppPackages/
127
128# Others
129sql/
130*.Cache
131ClientBin/
132[Ss]tyle[Cc]op.*
133~$*
134*~
135*.dbmdl
136*.[Pp]ublish.xml
137*.pfx
138*.publishsettings
139
140# RIA/Silverlight projects
141Generated_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/
146Backup*/
147UpgradeLog*.XML
148UpgradeLog*.htm
149
150# SQL Server files
151App_Data/*.mdf
152App_Data/*.ldf
153
154# =========================
155# Windows detritus
156# =========================
157
158# Windows image file caches
159Thumbs.db
160ehthumbs.db
161
162# Folder config file
163Desktop.ini
164
165# Recycle Bin used on file shares
166$RECYCLE.BIN/
167
168# Mac crap
169.DS_Store