mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Updaaaaaaaaaate .gitignore! Argh!
The description was stolen!
This commit is contained in:
parent
216246cf15
commit
7273b4bbb9
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -43,3 +43,19 @@
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.tlog
|
*.tlog
|
||||||
|
|
||||||
|
# Engine Generated Stuff
|
||||||
|
Sources/Engine/Classes/*.h
|
||||||
|
Sources/Engine/Classes/*.cpp
|
||||||
|
|
||||||
|
# EntitiesMP Generated Stuff
|
||||||
|
Sources/EntitiesMP/*.cpp
|
||||||
|
Sources/EntitiesMP/*.h
|
||||||
|
!Sources/EntitiesMP/Common/*
|
||||||
|
!Sources/EntitiesMP/StdH/*
|
||||||
|
|
||||||
|
# Game Generated Stuff
|
||||||
|
Data/*.bin
|
||||||
|
Data/*.gms
|
||||||
|
Players/*
|
||||||
|
Temp/ConsoleHistory.txt
|
Loading…
Reference in New Issue
Block a user