/.hgignore
# · #! · 97 lines · 95 code · 2 blank · 0 comment · 0 complexity · 7ce9fc510057d123c302184eaebc67b3 MD5 · raw file
- # use glob syntax
- syntax: glob
-
- # Ignore Visual Studio 2008 files
- *.cachefile
- *.obj
- #allow tools: *.exe
- *.pdb
- *.user
- *.aps
- *.pch
- *.vspscc
- *.ncb
- *.suo
- *.exp
- *.tlb
- *.tlh
- *.bak
- *.cache
- *.ilk
- *.log
- *.lib
- *.sbr
- *.sdf
- *.opensdf
- *.scc
- [Bb]in
- [Db]ebug*/
- obj/
- [Rr]elease*/
- _ReSharper*/
- [Tt]est[Rr]esult*
- [Bb]uild[Ll]og.*
- *.pidb
- *.userprefs
- *.vs10x
-
- # Disallow all binary and content files, they come from the Content System (see wiki)
- #allow dlls for the engine assemblies: *.dll
- #allow for tools: *.png
- *.bmp
- *.jpg
- *.jpeg
- *.gif
- #allow for icons: *.ico
- *.tga
- *.tif
- *.dae
- #allow for engine assemblies .xml documentation: *.xml
- *Font.xml
- *.glessl
- *.rgb
- *.rgba
- *.rgba4
- *.dds
- *.psd
- *.max
- *.3ds
- *.mp3
- *.wav
- *.avi
- *.ttf
- *.font
- *.pdf
- *.doc
- *.docx
- *.img
- *.mov
- *.mpg
- *.img
- *.mp4
- *.m4v
- *.wma
- *.wmv
- *.mov
- *.bin
- *.iso
- .svn/
- *.svn
- #allow for vs templates: *.zip
- *.rar
- *.7z
- *.chm
- *.help
- #allow for readme.txt: *.txt
- *.html
- *.htm
- *.orig
- *.css
- *.xslt
- *.swf
- *.JPG
- *.xnb
- *.db
- _UpgradeReport_Files/
- glob:Delta.gpState
- Tools/Settings.xml