Skip to content

Commit

Permalink
add git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fpurcell committed Feb 6, 2017
1 parent f99b34f commit 61f564a
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
.eggs
[a-z].py
[a-z].json
*.py[cod]
.settings
COMMIT_EDITMSG
nohup.out
.git
.git/*
.git/FETCH_HEAD
*.old
.*#
.#*
*#
#*
.*~
*~
*.DS_*
*.bak
x
o
n

*.properties
*.classpath

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*.iml

*.db
*.sqlite
*.db-journal
gtfsdb.db.bkup

0 comments on commit 61f564a

Please sign in to comment.