Skip to content

Commit

Permalink
.gitignore file for avoiding looking at the wrong files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgont committed Feb 11, 2013
1 parent 0b868bc commit 4a8f0d0
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitignore
@@ -0,0 +1,48 @@
# Temporary files #
###################
*.h~
*.c~
*.txt~
*.TXT~
Makefile~
*.5~
*.1~

# 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
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

0 comments on commit 4a8f0d0

Please sign in to comment.