TFM-4.3-Reloaded/.gitignore
JeromSar a7a2db15d6 Track build information in a better way
build.properties replaces buildcreator.properties, buildcreator.default.properties annd buildnumber.properties, but is untracked.
'git describe --tags --always HEAD' is now used to identify the build version, and its result is stored in the build properties file, included with the build. appinfo.properties is removed in favour of build.properties in the compiled jar.
The build number is still tracked, but offline, allowing TFM commits to more easily be merged
2015-09-06 23:05:36 +02:00

23 lines
233 B
Plaintext

# Netbeans excludes
nbproject/private/
dist/
build/
manifest.mf
# Eclipse excludes
.project
.classpath
bin/
.settings/
# OS generated files
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# TFM files
build.properties