-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (113 loc) · 2.15 KB
/
Copy path.gitignore
File metadata and controls
118 lines (113 loc) · 2.15 KB
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
JUNK
JUNK*
/__QDB
/TOOLS
/TOOLS/*
* - Copy*
* (*)*
*.bak
*.bak.*
*.exp
*.iobj
*.ipdb
*.lib
*.pdb
*.obj
*.tlog
*.log
*.VC.db
*.VC.opendb
!/FastGH3.pdb
/DATA/CACHE
*_*.idb
bin/
obj/
*.ini
Release/
/PLUGINS/_log.txt
.suo
*.opensdf
*.sdf
/__FINAL*/
/__FINAL.zip
/__BUILDS
game.idb
*.UserDbg
*_1.*.exe
*_1.*.zip
*.config
currentsong.txt
/SOURCE/QbScripts/syntaxref/*.qbscript
Debug/
output.txt
/__REDIST
/__TEXTEST
.useless
*.id*
*.nam
*.til
/DATA/PAK/tmp.pak.xen
*.fsp
*.lnk
/PLUGINS/QDBhook.dll
\!*
.vs/
launcher.txt
/DATA/ZONES/__themes/*/
/__UPDATERTEST/
/__WII/
/__BRANCHES/
*_original.*
/DATA/MOVIES/BIK/lastvid
/DATA/PAK/__highways/*.*
/DATA/PAK/__highways/*/
/DATA/MOVIES/BIK/*.bik
/DATA/MOVIES/BIK/*.bik.xen
!/DATA/PAK/__highways/_black.dds
/DATA/replays/*.rep
/DATA/ZONES/__themes/*.gfx
/DATA/ZONES/__themes/*.gfx.xen
/DATA/ZONES/__themes/*.zip
/DATA/MODS/*.*
disabled/
!/DATA/MODS/disabled
/SOURCE/q/test
/SOURCE/Misc/verify_build.sh
/FINALPKG*
*.zip
# AAAAAAAAAAAAAAHGHHHHHHHHHHHHHHHHHHHHHHHHHHHHASDFFFDHGJSKSLFDHJAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
!/SOURCE/Zones/highway/__config.ini
stats_*.txt
/DATA/HIGHWAYS
/DATA/ZONES/__themes/*
/SOURCE/.editorconfig
/SOURCE/Zones/highway/__output.scn
/SOURCE/Zones/highway/__output.tex
*.log.xz
/THEMES/*/
/PLUGINS/RichPresence.dll
*.user
# forgot if this ignore is based on visual studio ignore, but this should be excluded if it's really just going to contain one user preference about how files are presented in a project
*.aps
*.res
# signature files, Y U NO TRUST ME OTHER WINDOWS MACHINES
*.sig
*.asc
# user files, now don't need to worry about accidentally including
# things because code won't crash from not having to load user things
/DATA/hway.pak.xen
/DATA/gameplay_BG.img.xen
/DATA/MOVIES/BIK/backgrnd_video.bik.xen
/DATA/PAK/player.pak.xen
/DATA/MUSIC/fastgh3.fsb.xen
/DATA/MUSIC/fastgh3.dat.xen
/DATA/PAK/song.pak.xen
/DATA/PAK/song.qb.xen
*.png
*.jpg
*.bmp
# if you actually have ".jpeg", you are probably a troubled person
!/SOURCE/Zones/*.png
!/SOURCE/Zones/*.jpg
!/SOURCE/Zones/**/*.png
!/SOURCE/Zones/**/*.jpg