62 lines
793 B
Plaintext
62 lines
793 B
Plaintext
# Assets
|
|
*_Assets_*
|
|
|
|
# Non-GPLv3 assets
|
|
Resources/Gfx
|
|
Resources/Models
|
|
Resources/Sounds
|
|
Resources/Textures
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
build
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# cmake generated
|
|
OpenSpades.h
|
|
Makefile
|
|
CMakeCache.txt
|
|
*CMakeFiles/
|
|
*.cmake
|
|
|
|
# cmake input dir (optional)
|
|
Sources/Externals/include/
|
|
Sources/Externals/lib/
|
|
|
|
# mac related
|
|
*.DS_Store
|
|
|
|
# Xcode Generated Files
|
|
DerivedData
|
|
xcuserdata
|
|
*~.nib
|
|
*.pbxuser
|
|
*.perspective
|
|
*.perspectivev2
|
|
#!xcuserdata/
|
|
#*.xcuserstate
|
|
UserInterfaceState.xcuserstate
|
|
|
|
# Windows related
|
|
Thumbs.db
|
|
|
|
# MSVC related (preferred build path)
|
|
OpenSpades.msvc/
|
|
|
|
# Linux build path
|
|
openspades.mk/
|
|
|
|
# fltk / fluid output leftovers
|
|
Sources/Gui/DetailConfigWindow.txt
|
|
Sources/Gui/MainWindow.txt
|