Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
added a .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroasterisk committed Jan 8, 2014
1 parent d907cb2 commit 558b0c1
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .gitignore
@@ -0,0 +1,60 @@
# ===========================================================
# CUSTOM #
# ===========================================================


# ===========================================================
# 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
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
.svn
.AppleDouble
._*

*.tmproj
*.phptidybak~
.phptidy-cache

# Vim swap files #
##################
*.swp
*.swo
*.un~


# sed common replace suffix
##################
*.php1

0 comments on commit 558b0c1

Please sign in to comment.