tpquery/.gitignore

62 lines
786 B
Plaintext
Raw Normal View History

2015-06-19 14:22:24 +00:00
#
2015-06-19 14:32:44 +00:00
# Ignore some files in the tpquery project.
2015-06-19 14:22:24 +00:00
#
2015-06-19 14:32:44 +00:00
# Ignore all maven target directories
2015-06-19 18:37:21 +00:00
target
2015-06-19 14:32:44 +00:00
# Ignore maven release files
release.properties
pom.xml.next
pom.xml.releaseBackup
pom.xml.backup
pom.xml.branch
pom.xml.tag
pom.xml.versionsBackup
# Ignore copyed site resource
2015-06-19 18:37:21 +00:00
src/site/markdown/build.md
src/site/markdown/todo.md
2015-06-20 15:25:00 +00:00
src/site/markdown/index.md
2015-06-19 14:32:44 +00:00
2016-11-19 21:21:03 +00:00
# Ignore all logs like jvm crash logs
*.log
2015-06-19 14:32:44 +00:00
# Ignore binary files and formats
*.o
*.class
*.old
*.bak
*.backup
*.dat
*.data
*.gif
*.bmp
*.pdf
*.doc
*.zip
*.gz
*.db
*.ini
# Ignore ~ backup files.
*~
# Ignore some eclipse files
.settings
.classpath
.project
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
# none (done by .db and .ini)
# Ignore kde dolphin files
.directory