43 lines
644 B
Plaintext
43 lines
644 B
Plaintext
#
|
|
# Ignore some files in the logstats project.
|
|
#
|
|
|
|
# Ignore all maven target directories
|
|
/target
|
|
*/target
|
|
*/*/target
|
|
*/*/*/target
|
|
|
|
# Ignore leftovers of really failed release build
|
|
release.properties
|
|
pom.xml.next
|
|
pom.xml.releaseBackup
|
|
pom.xml.backup
|
|
pom.xml.branch
|
|
pom.xml.tag
|
|
# Ignore version plugin backup
|
|
pom.xml.versionsBackup
|
|
|
|
|
|
# Ignore C/java/images binary files
|
|
*.o
|
|
*.hex
|
|
*.dat
|
|
*.bmp
|
|
*.gif
|
|
*.pdf
|
|
|
|
# Ignore netbeans directory
|
|
nbproject
|
|
|
|
# Ignore mac finder files
|
|
.DS_Store
|
|
|
|
# Ignore windows files.
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Ignore auto eclipse plugins settings
|
|
org.eclipse.wst.common.component
|
|
org.eclipse.wst.common.project.facet.core.xml
|