1
2civetweb
3civetweb_test
4libcivetweb.a
5libcivetweb.so
6libcivetweb.so.*
7*-cache
8out
9*.dmg
10*.msi
11*.exe
12*.zip
13[oO]utput
14[tT]esting
15
16*.o
17
18#################
19## CMake
20#################
21/CMakeCache.txt
22/CMakeFiles
23/mingw-builds
24
25#################
26## Eclipse
27#################
28
29*.pydevproject
30.project
31.metadata
32bin/
33tmp/
34*.tmp
35*.bak
36*.swp
37*~.nib
38local.properties
39.classpath
40.settings/
41.loadpath
42
43# External tool builders
44.externalToolBuilders/
45
46# Locally stored "Eclipse launch configurations"
47*.launch
48
49# CDT-specific
50.cproject
51
52# PDT-specific
53.buildpath
54
55
56#################
57## Visual Studio
58#################
59
60## Ignore Visual Studio temporary files, build results, and
61## files generated by popular Visual Studio add-ons.
62
63# User-specific files
64*.suo
65*.user
66*.sln.docstates
67
68# Text-mode IDE tools
69cscope.out
70tags
71
72# Build results
73
74[Dd]ebug/
75[Dd]ebug CONSOLE/
76[Rr]elease/
77x64/
78[Bb]in/
79[Oo]bj/
80
81# MSTest test Results
82[Tt]est[Rr]esult*/
83[Bb]uild[Ll]og.*
84
85*_i.c
86*_p.c
87*.ilk
88*.meta
89*.obj
90*.pch
91*.pdb
92*.pgc
93*.pgd
94*.rsp
95*.sbr
96*.tlb
97*.tli
98*.tlh
99*.tmp
100*.tmp_proj
101*.log
102*.vspscc
103*.vssscc
104.builds
105*.pidb
106*.log
107*.scc
108
109# Visual C++ cache files
110ipch/
111*.aps
112*.ncb
113*.opensdf
114*.sdf
115*.cachefile
116*.VC.db
117*.VC.VC.opendb
118
119# Visual Studio profiler
120*.psess
121*.vsp
122*.vspx
123
124# Guidance Automation Toolkit
125*.gpState
126
127# ReSharper is a .NET coding add-in
128_ReSharper*/
129*.[Rr]e[Ss]harper
130
131# TeamCity is a build add-in
132_TeamCity*
133
134# DotCover is a Code Coverage Tool
135*.dotCover
136
137# NCrunch
138*.ncrunch*
139.*crunch*.local.xml
140
141# Installshield output folder
142[Ee]xpress/
143
144# DocProject is a documentation generator add-in
145DocProject/buildhelp/
146DocProject/Help/*.HxT
147DocProject/Help/*.HxC
148DocProject/Help/*.hhc
149DocProject/Help/*.hhk
150DocProject/Help/*.hhp
151DocProject/Help/Html2
152DocProject/Help/html
153
154# Click-Once directory
155publish/
156
157# Publish Web Output
158*.Publish.xml
159*.pubxml
160
161# NuGet Packages Directory
162## TODO: If you have NuGet Package Restore enabled, uncomment the next line
163#packages/
164
165# Windows Azure Build Output
166csx
167*.build.csdef
168
169# Windows Store app package directory
170AppPackages/
171
172# Others
173sql/
174*.Cache
175ClientBin/
176[Ss]tyle[Cc]op.*
177~$*
178*~
179*.dbmdl
180*.[Pp]ublish.xml
181*.pfx
182*.publishsettings
183
184# RIA/Silverlight projects
185Generated_Code/
186
187# Backup & report files from converting an old project file to a newer
188# Visual Studio version. Backup files are not needed, because we have git ;-)
189_UpgradeReport_Files/
190Backup*/
191UpgradeLog*.XML
192UpgradeLog*.htm
193
194# SQL Server files
195App_Data/*.mdf
196App_Data/*.ldf
197
198#############
199## Windows detritus
200#############
201
202# Windows image file caches
203Thumbs.db
204ehthumbs.db
205
206# Folder config file
207Desktop.ini
208
209# Recycle Bin used on file shares
210$RECYCLE.BIN/
211
212# Mac crap
213.DS_Store
214
215
216#############
217## Python
218#############
219
220*.py[co]
221
222# Packages
223*.egg
224*.egg-info
225dist/
226eggs/
227parts/
228var/
229sdist/
230develop-eggs/
231.installed.cfg
232
233# Installer logs
234pip-log.txt
235
236# Unit test / coverage reports
237.coverage
238.tox
239
240#Translations
241*.mo
242
243#Mr Developer
244.mr.developer.cfg
245
246
247##########################
248## Files created by tests
249##########################
250requests.db
251
252##########################
253## Files created by ctags
254##########################
255?tags
256?tags?
257
258##########################
259## Files created by autotools
260##########################
261*.lo
262.libs
263
264##########################
265## Travis Build Dir
266##########################
267ci/lua
268
269
270# Conan test cache
271conan/test_package/build