Skip to content

Commit

Permalink
Merge pull request #118 from brharrington/ignore
Browse files Browse the repository at this point in the history
update ignore file
  • Loading branch information
brharrington committed Feb 20, 2015
2 parents 02669a1 + 9300f35 commit 45a2f8f
Showing 1 changed file with 56 additions and 14 deletions.
70 changes: 56 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,68 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Tmp files created by vim
*.swp
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Compiled sources
*.class
# Logs and databases #
######################
*.log

# Anything in target dirs
build
gh-pages-build
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db

# Ivy caches
# Editor Files #
################
*~
*.swp

# Gradle Files #
################
.gradle
.ivy2
.ivy2.cache
.m2

# Intellij
*.iml
# Build output directies
/target
*/target
/build
*/build

# IntelliJ specific files/directories
out
.idea
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# anything in .idea dirs
.idea
.idea_modules
out
# Eclipse specific files/directories
.classpath
.project
.settings
.metadata

# NetBeans specific files/directories
.nbattrs
/bin

0 comments on commit 45a2f8f

Please sign in to comment.