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