lawless-legends/.gitignore
2016-03-31 10:01:04 -07:00

48 lines
1.2 KiB
Plaintext

# Ignore vi swap files, MacOS extra files, etc.
*.swp
.DS_Store
*.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/*.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/
# 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/PLVM02.SYSTEM.sys
/Platform/Apple/tools/PLASMA/src/*#*
# Ignore other auto-generated files
/Platform/Apple/virtual/src/plasma/gen_*.pl?
/Platform/Apple/virtual/game.2mg
# Packer sometimes produces an error text file.
error_stack.txt