2013-08-12 07:12:17 -07:00
|
|
|
# Ignore vi swap files, MacOS extra files, etc.
|
2013-08-12 06:44:06 -07:00
|
|
|
*.swp
|
2013-08-12 07:12:17 -07:00
|
|
|
.DS_Store
|
2013-08-12 06:44:06 -07:00
|
|
|
|
|
|
|
# Skip build directories
|
|
|
|
**/build/
|
2013-08-09 12:48:32 -07:00
|
|
|
/OutlawEditor/target/
|
2013-09-13 08:40:53 -07:00
|
|
|
/Platform/Apple/tools/*/nbproject/private/
|
|
|
|
/Platform/Apple/tools/*/dist/
|
2013-08-12 06:44:06 -07:00
|
|
|
|
|
|
|
# Don't check in data specific to any particular game
|
2013-08-12 06:34:37 -07:00
|
|
|
/Platform/Apple/virtual/data/images/*.bin
|
2014-02-20 07:55:07 -08:00
|
|
|
/Platform/Apple/virtual/data/fonts/*.bin
|
|
|
|
/Platform/Apple/virtual/data/world/*.xml
|
2013-08-12 06:44:06 -07: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 08:40:53 -07:00
|
|
|
/Platform/Apple/tools/A2Copy/build/
|
2014-02-20 07:55:07 -08:00
|
|
|
/Platform/Apple/tools/PackPartitions/build/
|
2014-06-25 06:37:10 -07:00
|
|
|
|
|
|
|
# Ignore object and asm files produced by PLASMA
|
|
|
|
*.o
|
|
|
|
*.a
|
2014-07-06 10:21:03 -07:00
|
|
|
/Platform/Apple/tools/PLASMA/src/plasm
|
|
|
|
/Platform/Apple/tools/PLASMA/src/plvm
|
2014-07-06 14:40:35 -07:00
|
|
|
/Platform/Apple/tools/PLASMA/src/PLVM02.SYSTEM.sys
|
2014-07-06 10:21:03 -07:00
|
|
|
/Platform/Apple/tools/PLASMA/src/*#*
|
2014-09-11 08:54:37 -07:00
|
|
|
|
|
|
|
# Packer sometimes produces an error text file.
|
|
|
|
error_stack.txt
|