2013-08-12 14:12:17 +00:00
|
|
|
# Ignore vi swap files, MacOS extra files, etc.
|
2013-08-12 13:44:06 +00:00
|
|
|
*.swp
|
2013-08-12 14:12:17 +00:00
|
|
|
.DS_Store
|
2015-09-17 17:03:02 +00:00
|
|
|
*.old
|
2017-01-02 21:52:35 +00:00
|
|
|
**/old/
|
2017-01-11 15:14:16 +00:00
|
|
|
**/tmp/
|
2015-09-17 17:03:02 +00:00
|
|
|
*.bak
|
|
|
|
*.orig
|
2013-08-12 13:44:06 +00:00
|
|
|
|
2015-09-09 14:52:10 +00:00
|
|
|
# Ignore utility shortcuts that build and run
|
|
|
|
g
|
|
|
|
m
|
|
|
|
mg
|
|
|
|
|
2013-08-12 13:44:06 +00:00
|
|
|
# Skip build directories
|
|
|
|
**/build/
|
2013-08-09 19:48:32 +00:00
|
|
|
/OutlawEditor/target/
|
2013-09-13 15:40:53 +00:00
|
|
|
/Platform/Apple/tools/*/nbproject/private/
|
|
|
|
/Platform/Apple/tools/*/dist/
|
2013-08-12 13:44:06 +00:00
|
|
|
|
2016-01-25 01:06:45 +00:00
|
|
|
# Skip error files
|
|
|
|
/Platform/Apple/virtual/pack_error.txt
|
|
|
|
|
2013-08-12 13:44:06 +00:00
|
|
|
# Don't check in data specific to any particular game
|
2013-08-12 13:34:37 +00:00
|
|
|
/Platform/Apple/virtual/data/images/*.bin
|
2014-02-20 15:55:07 +00:00
|
|
|
/Platform/Apple/virtual/data/fonts/*.bin
|
2016-05-10 05:13:22 +00:00
|
|
|
/Platform/Apple/virtual/data/world/*.bin
|
2014-02-20 15:55:07 +00:00
|
|
|
/Platform/Apple/virtual/data/world/*.xml
|
2016-01-25 01:06:45 +00:00
|
|
|
/Platform/Apple/virtual/data/world/*.cache
|
2015-12-11 14:48:00 +00:00
|
|
|
/Platform/Apple/virtual/data/world/*.tsv
|
2017-01-11 15:36:59 +00:00
|
|
|
/Platform/Apple/virtual/*.2mg
|
2013-08-12 13:44:06 +00:00
|
|
|
|
|
|
|
# Only check in sample.build.props; each person's build.props will be different.
|
|
|
|
/Platform/Apple/virtual/src/include/build.props
|
2013-09-13 15:40:53 +00:00
|
|
|
/Platform/Apple/tools/A2Copy/build/
|
2014-02-20 15:55:07 +00:00
|
|
|
/Platform/Apple/tools/PackPartitions/build/
|
2016-07-13 00:01:36 +00:00
|
|
|
/Platform/Apple/tools/A2PackPlugin/dependency-reduced-pom.xml
|
2014-06-25 13:37:10 +00:00
|
|
|
|
|
|
|
# Ignore object and asm files produced by PLASMA
|
|
|
|
*.o
|
|
|
|
*.a
|
2014-07-06 17:21:03 +00:00
|
|
|
/Platform/Apple/tools/PLASMA/src/plasm
|
|
|
|
/Platform/Apple/tools/PLASMA/src/plvm
|
|
|
|
/Platform/Apple/tools/PLASMA/src/*#*
|
2014-09-11 15:54:37 +00:00
|
|
|
|
2015-12-11 14:48:00 +00:00
|
|
|
# Ignore other auto-generated files
|
|
|
|
/Platform/Apple/virtual/src/plasma/gen_*.pl?
|
2016-03-31 17:01:04 +00:00
|
|
|
/Platform/Apple/virtual/game.2mg
|
2016-07-07 21:00:05 +00:00
|
|
|
/Platform/Apple/virtual/*.dsk
|
2015-12-11 14:48:00 +00:00
|
|
|
|
2014-09-11 15:54:37 +00:00
|
|
|
# Packer sometimes produces an error text file.
|
|
|
|
error_stack.txt
|
2016-07-03 22:31:13 +00:00
|
|
|
/OutlawEditor/OutlawPluginExample/target/
|
2016-07-13 00:01:36 +00:00
|
|
|
/Platform/Apple/tools/A2Pack/target/
|
|
|
|
/Platform/Apple/tools/A2PackPlugin/target/
|