lawless-legends/.gitignore

31 lines
872 B
Plaintext
Raw Normal View History

2013-08-12 14:12:17 +00:00
# Ignore vi swap files, MacOS extra files, etc.
*.swp
2013-08-12 14:12:17 +00:00
.DS_Store
# Skip build directories
**/build/
/OutlawEditor/target/
/Platform/Apple/tools/*/nbproject/private/
/Platform/Apple/tools/*/dist/
# 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/*.xml
# 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/
2014-06-25 13:37:10 +00:00
# Ignore object and asm files produced by PLASMA
*.o
*.a
/Platform/Apple/tools/PLASMA/src/plasm
/Platform/Apple/tools/PLASMA/src/plvm
2014-07-06 21:40:35 +00:00
/Platform/Apple/tools/PLASMA/src/PLVM02.SYSTEM.sys
/Platform/Apple/tools/PLASMA/src/*#*
# Packer sometimes produces an error text file.
error_stack.txt