forked from badvision/lawless-legends
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (45 loc) · 1.38 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
# Ignore vi swap files, MacOS extra files, etc.
*.swp
.DS_Store
*.old
**/old/
*.bak
*.orig
# Ignore utility shortcuts that build and run
g
m
mg
# Skip build directories
**/build/
/OutlawEditor/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
# 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/