Skip to content

Commit

Permalink
Add untracked files into .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: yatanokarasu <[email protected]>
  • Loading branch information
yatanokarasu committed Dec 29, 2017
1 parent ec10c2e commit 57150d1
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# Log file
*.log

# BlueJ files
*.ctxt

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

# Package Files #
*.jar
*.war
Expand All @@ -20,3 +14,18 @@

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

# artifacts directories
target/
build/
bin/

# eclipse
.settings/
.classpath
.project

# vim/emacs
*.swp
*~

0 comments on commit 57150d1

Please sign in to comment.