initial .gitignore.
This commit is contained in:
parent
58ed459113
commit
854866ce0e
1 changed files with 55 additions and 0 deletions
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
|
||||||
|
# Ignore RUNable folder
|
||||||
|
[Rr]un
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
[Ll]ibs/
|
||||||
|
Miles6/
|
||||||
|
Bink/
|
||||||
|
Lightscape/
|
||||||
|
NvDXTLib/
|
||||||
|
Umbra/
|
||||||
|
GameSpy/
|
||||||
|
DirectX/
|
||||||
|
|
||||||
|
# Output build folders
|
||||||
|
[Rr]elease*
|
||||||
|
[Pp]rofile*
|
||||||
|
[Dd]ebug*
|
||||||
|
Hybrid/
|
||||||
|
Max4_Release/
|
||||||
|
Max4_Hybrid/
|
||||||
|
GMax_Release/
|
||||||
|
GMax_Hybrid/
|
||||||
|
|
||||||
|
# Various Visual Studio extensions
|
||||||
|
*.opt
|
||||||
|
*.ncb
|
||||||
|
*.plg
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
*.res
|
||||||
|
*.exp
|
||||||
|
*.obj
|
||||||
|
*.sbr
|
||||||
|
*.pch
|
||||||
|
*.tlb
|
||||||
|
|
||||||
|
*_i.c
|
||||||
|
|
||||||
|
*.aps
|
||||||
|
*.db
|
||||||
|
|
||||||
|
/Code/Tools/LevelEdit/vss.h
|
||||||
|
|
||||||
|
*.cod
|
||||||
|
*.rpt
|
||||||
|
|
||||||
|
# Build number
|
||||||
|
/Code/Commando/build.bin
|
||||||
|
|
||||||
|
# Output files generated by Locomoto.exe
|
||||||
|
wwconfig_ids.rpt
|
||||||
|
wwconfig_ids.h
|
||||||
|
IDL_*.loc
|
Reference in a new issue