mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
!Bison.exe
|
|
!Flex.exe
|
|
|
|
# CMake Build dirs (temp)
|
|
Build/
|
|
Debug/
|
|
|
|
# Visual Studio
|
|
*.vs
|
|
*.opendb
|
|
*.sdf
|
|
*.map
|
|
*.opensdf
|
|
*.suo
|
|
*.tlog
|
|
*.ipch
|
|
|
|
# Generated configuration files
|
|
*.plr
|
|
Temp/ConsoleHistory.txt
|
|
Temp/Profile_CSG.txt
|
|
*.log
|
|
*.rpt # crashinfo
|
|
*.gms
|
|
Data/*.pri
|
|
Data/*.bin
|
|
Scripts/PersistentSymbols.ini
|
|
|
|
# Files generated by ECC
|
|
Sources/EntitiesMP/*.h
|
|
Sources/EntitiesMP/*.cpp
|
|
!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
|
|
|
|
|
|
|
|
|
|
|