9b7673d8d2
We don't need it anymore since we now use vcpkg to fetch dependencies.
122 lines
1.3 KiB
Plaintext
122 lines
1.3 KiB
Plaintext
# Assets
|
|
*_Assets_*
|
|
|
|
# paks
|
|
*.pak
|
|
DevPaks*.zip
|
|
OpenSpadesDevPackage-*.zip
|
|
|
|
# Proprietary resource files
|
|
Resources/Nonfree
|
|
os.Resources/
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
build
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# cmake generated
|
|
OpenSpades.h
|
|
Makefile
|
|
CMakeCache.txt
|
|
*CMakeFiles/
|
|
*.cmake
|
|
|
|
# mac related
|
|
*.DS_Store
|
|
|
|
# Xcode Generated Files
|
|
DerivedData
|
|
xcuserdata
|
|
*~.nib
|
|
*.pbxuser
|
|
*.perspective
|
|
*.perspectivev2
|
|
#!xcuserdata/
|
|
#*.xcuserstate
|
|
xcshareddata
|
|
UserInterfaceState.xcuserstate
|
|
|
|
# Vim & Sublime Text
|
|
*~
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# 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
|
|
|
|
# Translation files
|
|
*.mo
|
|
.translate.this
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
|
|
#################
|
|
# Visual Studio #
|
|
#################
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.vcxproj.filters
|
|
|
|
# Build results
|
|
Debug/
|
|
MinSizeRel
|
|
Release/
|
|
RelWithDebInfo/
|
|
x64/
|
|
x86/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
*.exe
|
|
*.exp
|
|
*.ilk
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
.vs/
|
|
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opendb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
|
|
# Misc
|
|
*.pdb
|
|
*.sln
|
|
*.vcxproj
|
|
OpenSpades.rc |