Skip to content

Commit

Permalink
Merge pull request #7 from SBU-BMI/develop
Browse files Browse the repository at this point in the history
update gitignore
  • Loading branch information
ebremer authored Apr 1, 2019
2 parents 0ee4885 + 3e04513 commit 44f19f9
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# image files
*.svs
*.tif
*.tiff

# other
debug.log
/lib/
/blob_storage/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/cache/
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# image files
*.svs
*.tif
*.tiff

# other
debug.log
/lib/
/blob_storage/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/cache/
/bcache/

0 comments on commit 44f19f9

Please sign in to comment.