-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
73 lines (60 loc) · 1.88 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
# Ignore vi swap files, MacOS extra files, etc.
*.swp
.DS_Store
*.old
**/old/
**/tmp/
*.bak
*.orig
# Don't check in song files
*.mid
# Ignore utility shortcuts that build and run
g
m
mg
# Skip build directories
**/build/
**/target/
/Platform/Apple/tools/*/nbproject/private/
/Platform/Apple/tools/*/dist/
# Skip error files
/Platform/Apple/virtual/pack_error.txt
# Don't check in data specific to any particular game
/Platform/Apple/virtual/data/images/*.bin
/Platform/Apple/virtual/data/fonts/*.bin
/Platform/Apple/virtual/data/world/*.bin
/Platform/Apple/virtual/data/world/*.xml
/Platform/Apple/virtual/data/world/*.cache
/Platform/Apple/virtual/data/world/*.tsv
/Platform/Apple/virtual/*.2mg
# Only check in sample.build.props; each person's build.props will be different.
/Platform/Apple/virtual/src/include/build.props
/Platform/Apple/tools/A2Copy/build/
/Platform/Apple/tools/PackPartitions/build/
/Platform/Apple/tools/A2PackPlugin/dependency-reduced-pom.xml
# Ignore object and asm files produced by PLASMA
*.o
*.a
/Platform/Apple/tools/PLASMA/src/plasm
/Platform/Apple/tools/PLASMA/src/plvm
/Platform/Apple/tools/PLASMA/src/*#*
# Ignore other auto-generated files
/Platform/Apple/virtual/src/plasma/gen_*.pl?
/Platform/Apple/virtual/game.2mg
/Platform/Apple/virtual/*.dsk
# Packer sometimes produces an error text file.
error_stack.txt
/OutlawEditor/OutlawPluginExample/target/
/Platform/Apple/tools/A2Pack/target/
/Platform/Apple/tools/A2PackPlugin/target/
# Ignore special links Martin uses
/Platform/Apple/virtual/genBuild
/Platform/Apple/virtual/mapBuild
/Platform/Apple/virtual/plasBuild
# Hey, don't include the commercial game data you ninny!
/Platform/Apple/tools/jace/src/main/resources/jace/data/game.2mg
# Ignore NetBeans project files
Platform/Apple/tools/jace/nb-configuration.xml
Platform/Apple/tools/jace/nbactions.xml
# Ignore temporary pom files
Platform/Apple/tools/jace/runPom.xml