Skip to content

Commit

Permalink
Add JVM crash logs to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed May 18, 2014
1 parent 2a30d0c commit ccbc19a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
#Eclipse project files
# Eclipse project files
.project
.classpath
.settings

#IntelliJ IDEA project files and directories
# IntelliJ IDEA project files and directories
*.iml
*.ipr
*.iws
.idea/

#Geany project file
# Geany project file
.geany

#KDevelop project file and directory
# KDevelop project file and directory
.kdev4/
*.kdev4

#Build targets
# Build targets
/target
*/target

#Report directories
# Report directories
/reports
*/reports

#Mac-specific directory that no other operating system needs.
.DS_Store
# Mac-specific directory that no other operating system needs.
.DS_Store

# JVM crash logs
hs_err_pid*.log

0 comments on commit ccbc19a

Please sign in to comment.