Merge pull request #81 from Mit0x2/gitignore_file_update

Gitignore file update
This commit is contained in:
Ruben Bermudez 2016-05-25 01:15:19 +02:00
commit 020949904b
5 changed files with 10 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

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

BIN
src/.DS_Store vendored

Binary file not shown.

BIN
src/main/.DS_Store vendored

Binary file not shown.

Binary file not shown.