Symbolic link
48 lines
547 B
Plaintext
Symbolic link
48 lines
547 B
Plaintext
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Debugging
|
|
*.pdb
|
|
|
|
# Others
|
|
~$*
|
|
*~
|
|
|
|
# Configuration files generated by the Editor
|
|
/Saved
|
|
|
|
# Compiled source files for the engine to use
|
|
/Intermediate
|
|
|
|
*.png
|
|
|
|
# lfs bug
|
|
/lfs
|
|
|
|
# git central
|
|
/.gitcentral
|
|
|
|
# exe files
|
|
*.exe
|
|
|
|
# This thirdParty exception rule
|
|
!**/ThirdParty/**/lib/*.lib
|
|
!**/ThirdParty/**/lib/**/*.lib
|
|
|
|
/Binaries/**/*.*
|
|
!/Binaries/**/*.dll
|
|
/Binaries/**/*-*-*.dll
|
|
!/Binaries/**/*.modules
|
|
/Binaries/**/*-*.modules
|
|
!/Resources/*.png
|
|
|
|
*.aaa
|