Skip to content

Commit

Permalink
Added common stuff we want to keep out of the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyff committed Nov 9, 2011
1 parent 0efad17 commit fc76034
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .gitignore
@@ -0,0 +1,52 @@
# Eclpse #
##########

/.project
/.cache
/.settings
/.buildpath


# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so


# 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


# Logs and databases #
######################
*.log
*.sql
*.sqlite


# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db


# Ruby Mine IDE #
#################

.idea

0 comments on commit fc76034

Please sign in to comment.