This removes the need for an externally built library, thus officially removing the deprecated Xbox projects. Other minimal changes were made to ensure consistency. Comments will be made in the PR. Thanks to @Prcuvu for the initial push.
187 lines
2.5 KiB
Plaintext
187 lines
2.5 KiB
Plaintext
# Traditional Compilation File Stuff.
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
|
|
# CMake Files/Directories
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
CMakeScripts/
|
|
cmake_install.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
# The following are generated from CMake, and thus should be stopped.
|
|
.codelite/
|
|
StepMania.project
|
|
StepMania.workspace
|
|
version.hpp
|
|
Build/*
|
|
Build/*/*
|
|
Debug/
|
|
Release/
|
|
Contents/
|
|
verdata.*
|
|
StepMania-debug
|
|
stepmania-debug
|
|
Xcode/Info.StepMania.plist
|
|
Xcode/plistHelper.hpp
|
|
src/version_updater/VersionUpdater
|
|
src/generated
|
|
extern/mad-0.15.1b/config.h
|
|
|
|
# Text Editor Based Items
|
|
___*
|
|
*~
|
|
*.log
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.old
|
|
|
|
# Repository Files
|
|
*.orig
|
|
.git
|
|
.hg
|
|
.hgignore
|
|
.hgtags
|
|
.svn
|
|
.cvsignore
|
|
*.diff
|
|
*.patch
|
|
*_BACKUP_*
|
|
*_BASE_*
|
|
*_LOCAL_*
|
|
*_REMOTE_*
|
|
|
|
# Mac Programming Files
|
|
*.pbxuser
|
|
PBProject/build
|
|
Xcode/build
|
|
Xcode/*.xcodeproj/xcuserdata/
|
|
*.xcodeproj/xcuserdata
|
|
*.xcodeproj/project.xcworkspace
|
|
*.xcscheme
|
|
WorkspaceSettings.xcsettings
|
|
UserInterfaceState.xcuserstate
|
|
*.xccheckout
|
|
contents.xcworkspacedata
|
|
xcschememanagement.plist
|
|
PBProject/Hardware.plist
|
|
|
|
# Mac General Files
|
|
*.app
|
|
*.dmg
|
|
.DS_Store
|
|
|
|
# Visual Studio
|
|
*.pdb
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.exp
|
|
*.ilk
|
|
*.map
|
|
|
|
# Windows General Files
|
|
Thumbs.db
|
|
*.exe
|
|
*.dll
|
|
nsis_strings_temp.inc
|
|
|
|
# Linux General Files
|
|
.dirstamp
|
|
Makefile
|
|
stepmania
|
|
Makefile.in
|
|
config.status
|
|
_build/*
|
|
aclocal.m4
|
|
autoconf/*
|
|
autom4te.cache/*
|
|
configure
|
|
src/Makefile.in
|
|
src/Makefile
|
|
src/config.h
|
|
src/config.h.in
|
|
src/stamp-h1
|
|
GtkModule.so
|
|
StepMania
|
|
core
|
|
|
|
# Version control specific.
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
*.REMOTE.*
|
|
|
|
# StepMania Specific
|
|
*.smzip
|
|
ver.cpp
|
|
gitversion.h
|
|
Cache/
|
|
Save/
|
|
Logs/
|
|
Songs/*
|
|
Screenshots/
|
|
portable.ini
|
|
Docs/doxygen
|
|
Data/UserPrefs
|
|
Data/uPrefs
|
|
Data/GamePrefs/*.cfg
|
|
Data/Static.ini
|
|
Themes/pump
|
|
Themes/pump-*
|
|
Themes/optical-release
|
|
Themes/moonlight
|
|
Themes/ultralight
|
|
Themes/test
|
|
src/version.bin
|
|
src/verstub.cpp
|
|
bundle/ffmpeg/.config
|
|
bundle/ffmpeg/.version
|
|
bundle/ffmpeg/config.*
|
|
bundle/ffmpeg/doc/config.texi
|
|
bundle/ffmpeg/libavutil/avconfig.h
|
|
bundle/ffmpeg/version.h
|
|
bundle/ffmpeg/*/*.so
|
|
bundle/ffmpeg/*/*.so.*
|
|
bundle/ffmpeg/*/*.ver
|
|
bundle/ffmpeg/*/*.def
|
|
bundle/ffmpeg/*/*.orig.def
|
|
bundle/ffmpeg/*/*.lib
|
|
src/build-*
|
|
src/Release-*
|
|
src/libtomcrypt/build-*
|
|
src/libtomcrypt/Release-*
|
|
src/libtomcrypt/Debug
|
|
src/libtommath/build-*
|
|
src/libtommath/Release-*
|
|
src/libtommath/Debug
|
|
src/*.so
|
|
ffmpeg-*
|
|
Data/SpeedMods.txt
|
|
crashinfo.txt
|
|
Utils/temp*
|
|
Program/StepMania*.lib
|
|
|
|
# Unknown File Types
|
|
*.dia
|
|
.deps
|
|
*.rej
|
|
tests/*.err
|
|
*.ncb
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.unsuccessfulbuild
|
|
*.ipch
|
|
*.dep
|
|
*.idb
|
|
*.user
|
|
*.mode1v3
|
|
*.vdi
|
|
*.lnk
|
|
BuildLog.htm
|
|
*.pch
|
|
*.swp
|
|
*.pc
|
|
*.d
|