mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +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
|
||||
*.tlog
|
||||
|
||||
# Engine Generated Stuff
|
||||
Sources/Engine/Classes/*.h
|
||||
Sources/Engine/Classes/*.cpp
|
||||
|
||||
# EntitiesMP Generated Stuff
|
||||
# Files generated by ECC
|
||||
Sources/EntitiesMP/*.cpp
|
||||
Sources/EntitiesMP/*.h
|
||||
!Sources/EntitiesMP/Common/*
|
||||
!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
|
||||
*.plr
|
||||
Temp/ConsoleHistory.txt
|
||||
Temp/Profile_CSG.txt
|
||||
*.log
|
||||
*.rpt # crashinfo
|
||||
*.gms
|
||||
Data/*.pri
|
||||
Data/*.bin
|
||||
Data/*.gms
|
||||
Players/*
|
||||
Temp/ConsoleHistory.txt
|
||||
Scripts/PersistentSymbols.ini
|
Loading…
Reference in New Issue
Block a user