amxmodx/.gitignore

89 lines
996 B
Plaintext
Raw Normal View History

2011-06-29 09:59:58 +04:00
# Binaries
2014-05-04 04:51:07 +04:00
*.dll
*.exe
*.so
2011-06-29 09:59:58 +04:00
# User-specific files
2014-05-04 04:51:07 +04:00
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
JITDebug/
JITRelease/
JITDebugBinLog/
JITReleaseBinLog/
x64/
build/
[Bb]in/
[Oo]bj/
build/
obj-*/
# Visual Studio 2015 cache/options directory
.vs/
.vscode/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
2011-06-29 09:59:58 +04:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# 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
2011-06-29 09:59:58 +04:00
# Files generated by Mac OS X Finder
2014-05-04 04:51:07 +04:00
.DS_Store
2011-06-29 09:59:58 +04:00
# Files generated by Windows Explorer
2014-05-04 04:51:07 +04:00
Desktop.ini
Thumbs.db
2014-05-17 23:37:15 +04:00
2014-07-27 12:04:17 +04:00
# AMXX plugin build related files
plugins/compile.dat
plugins/compiled/
build_deps/