Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
suvdim committed Aug 9, 2011
1 parent c413071 commit 525f706
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
@@ -0,0 +1,47 @@
# This is the repository-wide ignore file. Suffixes below are ignored
# i.e. committing not allowed.

# archives
*.tar
*.tar.gz
*.tar.bz2
*.zip

# editors
*.swp
*.elc
*.el
*~
*\#*\#

# python
*.pyc
*.pyo
*.bdf
*.bak

# folders
bin/
build/
develop-eggs/
dist/
downloads/
eggs/
parts/

# miscellaneous
*.orig
*.ori
*.old
*.svn
*.rej
*.tmp*
*.egg
*.egg-info
*.EGG
*.EGG-INFO
.installed.cfg
.mr.developer.cfg
.pydevproject
.project
commit.txt

0 comments on commit 525f706

Please sign in to comment.