2012-11-25 14:20:51 +00:00
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
|
|
|
|
#OS junk files
|
|
|
|
[Tt]humbs.db
|
|
|
|
*.DS_Store
|
|
|
|
|
|
|
|
#Documentation output
|
|
|
|
doc/doxygen/html
|
|
|
|
|
2017-03-23 20:55:13 +00:00
|
|
|
#Export
|
|
|
|
export
|
|
|
|
|
2012-11-25 14:20:51 +00:00
|
|
|
#Visual Studio files
|
|
|
|
*.[Oo]bj
|
|
|
|
*.user
|
|
|
|
*.aps
|
|
|
|
*.pch
|
|
|
|
*.vspscc
|
|
|
|
*.vssscc
|
|
|
|
*_i.c
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.tlb
|
|
|
|
*.tlh
|
|
|
|
*.bak
|
|
|
|
*.ilk
|
|
|
|
*.log
|
|
|
|
*.sbr
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.unsuccessfulbuild
|
|
|
|
obj/
|
|
|
|
[Bb]in
|
|
|
|
build/win32/[Dd]ebug*/
|
|
|
|
build/win32/[Rr]elease*/
|
|
|
|
Build/win32/ipch/
|
|
|
|
Ankh.NoLoad
|
|
|
|
|
2017-01-14 15:33:05 +00:00
|
|
|
# Visual Studio cache files
|
|
|
|
# files ending in .cache can be ignored
|
|
|
|
*.[Cc]ache
|
|
|
|
# but keep track of directories ending in .cache
|
|
|
|
!*.[Cc]ache/
|
|
|
|
|
|
|
|
# Backup & report files from converting an old project file
|
|
|
|
# to a newer Visual Studio version. Backup files are not needed,
|
|
|
|
# because we have git ;-)
|
|
|
|
_UpgradeReport_Files/
|
|
|
|
Backup*/
|
|
|
|
UpgradeLog*.XML
|
|
|
|
UpgradeLog*.htm
|
|
|
|
|
|
|
|
# Visual Studio profiler
|
|
|
|
*.psess
|
|
|
|
*.vsp
|
|
|
|
*.vspx
|
|
|
|
*.sap
|
|
|
|
|
2012-11-25 14:20:51 +00:00
|
|
|
#MonoDevelop
|
|
|
|
*.pidb
|
|
|
|
*.userprefs
|
|
|
|
|
|
|
|
#Tooling
|
|
|
|
_ReSharper*/
|
|
|
|
*.resharper
|
|
|
|
[Tt]est[Rr]esult*
|
|
|
|
*.sass-cache
|
|
|
|
|
|
|
|
#Subversion files
|
|
|
|
.svn
|
|
|
|
|
|
|
|
# Office Temp Files
|
|
|
|
~$*
|
|
|
|
|
|
|
|
#NuGet
|
|
|
|
packages/
|
|
|
|
|
|
|
|
#ncrunch
|
|
|
|
*ncrunch*
|
|
|
|
*crunch*.local.xml
|
|
|
|
|
|
|
|
# visual studio database projects
|
|
|
|
*.dbmdl
|
|
|
|
|
|
|
|
#Test files
|
|
|
|
*.testsettings
|
2016-10-27 08:19:50 +00:00
|
|
|
src/Version.h
|
2016-11-06 13:54:13 +00:00
|
|
|
*.opendb
|
2016-11-08 09:06:06 +00:00
|
|
|
*.db
|
2017-01-14 15:33:05 +00:00
|
|
|
*.xbe
|
2017-05-03 08:56:10 +00:00
|
|
|
*.ipch
|