teach git to ignore .DS_STORE files

This commit is contained in:
Timo Schulz 2016-05-22 14:33:35 +02:00
parent c0262ceda0
commit e60e50a9c5
1 changed files with 10 additions and 6 deletions

16
.gitignore vendored
View File

@ -8,28 +8,32 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
### Java template
*.class
# Mobile Tools for Java (J2ME)
### Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
### Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
### virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# logs files
### logs files
*.log
# Certs
### Certs
*.jks
*.cer
*.pem
# IDE files
### IDE files
.idea/
*.iml
#File System specific files
.DS_STORE