forked from stepmania/stepmania
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
196 lines (185 loc) · 2.66 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# 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
extern/libjpeg/jconfig.h
extern/newogg/include/ogg/config_types.h
extern/libpng/pnglibconf.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
*.aps
*.res
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
# 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
.vscode/