-
Notifications
You must be signed in to change notification settings - Fork 162
/
.gitignore
69 lines (61 loc) · 908 Bytes
/
.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
# general files
*.bak
*.pas~
Thumbs.db
*.orig
*.exe
*.~*
*.log
.DS_Store
# lazarus project files
*.o
*.ppu
*.a
*.dcu
# other editors
/.idea/
# intermediates
/configure
/configure~
/build/
Makefile
config.log
config.status
__history
aclocal.m4
/autom4te.cache/
/CMakeFiles/
link*.res
ppaslink.sh
/UltraStarDeluxe.app/*
/dists/autogen/config.guess
/dists/autogen/config.sub
/dists/autogen/install-sh
# source intermediates
#/src/**/*.cfg
/src/**/*.local
/src/**/*.bdsproj
/src/**/*.identcache
/src/config-darwin.inc
/src/config-linux.inc
/src/config-win32.inc
/src/paths.inc
/src/ultrastardx-*.lps
/src/ultrastardx.res
# dev files
/backup/
/[Tt]o[Dd]o/
/installer/dependencies/dll/*.dll
# game folders
/game/playlists/
/game/screenshots/
/game/songs/
# game files
/game/config.ini
/game/*.db
/game/*.log
/game/ultrastardx
# created by dldlls.py on Windows
/usdx-dlls-i686.zip
/game/*.dll
/game/*.debug