forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (99 loc) · 1.54 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
# Traditional Compilation File Stuff.
*.o
*.obj
*.a
# CMake Files/Directories
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
# The following are generated from CMake, and thus should be stopped.
install_manifest.txt
_CPack_Packages
Build/**
Debug/
MinSizeRel/
Release/
RelWithDebInfo/
Contents/
Xcode/Info.StepMania.plist
Xcode/plistHelper.hpp
src/generated
extern/mad-0.15.1b/config.h
extern/libjpeg/jconfig.h
extern/newogg/include/ogg/config_types.h
# Text Editor Based Items
*.log
# 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
*.sln
*.vcxproj
*.vcxproj.filters
*.pdb
*.ilk
*.map
*.res
*.suo
UpgradeLog*.htm
# Windows General Files
*.exe
# 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
# StepMania Specific
Cache/
Save/**
Songs/
Logs/
src/*.so
crashinfo.txt
# include calc .a file
!extern/MinaCalc/MinaCalc.a
!extern/MinaCalc/libMinaCalc.a
# calc
src/MinaCalc
# Unknown File Types
tests/*.err
*.ncb
*.tlog
*.user
*.vdi
*.pch
nsis_strings_temp\.inc
BatchRecalc/*
Xcode/Info\.Etterna\.plist
extern/LuaJit*/lj_*def.h