mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
Update .gitignore AGAAAAAAIN!
This commit is contained in:
parent
764cc874c9
commit
dceb552265
33
.gitignore
vendored
33
.gitignore
vendored
|
@ -44,18 +44,35 @@
|
||||||
*.suo
|
*.suo
|
||||||
*.tlog
|
*.tlog
|
||||||
|
|
||||||
# Engine Generated Stuff
|
# Files generated by ECC
|
||||||
Sources/Engine/Classes/*.h
|
|
||||||
Sources/Engine/Classes/*.cpp
|
|
||||||
|
|
||||||
# EntitiesMP Generated Stuff
|
|
||||||
Sources/EntitiesMP/*.cpp
|
Sources/EntitiesMP/*.cpp
|
||||||
Sources/EntitiesMP/*.h
|
Sources/EntitiesMP/*.h
|
||||||
!Sources/EntitiesMP/Common/*
|
!Sources/EntitiesMP/Common/*
|
||||||
!Sources/EntitiesMP/StdH/*
|
!Sources/EntitiesMP/StdH/*
|
||||||
|
Sources/Engine/Classes/*.h
|
||||||
|
Sources/Engine/Classes/*.cpp
|
||||||
|
|
||||||
|
# Other generated files:
|
||||||
|
Sources/Engine/Ska/smcScan.cpp
|
||||||
|
Sources/Engine/Ska/smcPars.h
|
||||||
|
Sources/Engine/Ska/smcPars.cpp
|
||||||
|
Sources/Engine/Base/Parser.cpp
|
||||||
|
Sources/Engine/Base/Parser.h
|
||||||
|
Sources/Engine/Base/Scanner.cpp
|
||||||
|
Sources/Ecc/Parser.cpp
|
||||||
|
Sources/Ecc/Parser.h
|
||||||
|
Sources/Ecc/Scanner.cpp
|
||||||
|
Sources/SeriousSkaStudio/Parser.cpp
|
||||||
|
Sources/SeriousSkaStudio/Parser.h
|
||||||
|
Sources/SeriousSkaStudio/Scanner.cpp
|
||||||
|
|
||||||
# Game Generated Stuff
|
# Game Generated Stuff
|
||||||
|
*.plr
|
||||||
|
Temp/ConsoleHistory.txt
|
||||||
|
Temp/Profile_CSG.txt
|
||||||
|
*.log
|
||||||
|
*.rpt # crashinfo
|
||||||
|
*.gms
|
||||||
|
Data/*.pri
|
||||||
Data/*.bin
|
Data/*.bin
|
||||||
Data/*.gms
|
Scripts/PersistentSymbols.ini
|
||||||
Players/*
|
|
||||||
Temp/ConsoleHistory.txt
|
|
Loading…
Reference in New Issue
Block a user