diff options
| author | Sebastian Cabrera <Sebastian.Cabrera@1und1.de> | 2014-05-23 14:33:23 +0200 |
|---|---|---|
| committer | Sebastian Cabrera <Sebastian.Cabrera@1und1.de> | 2014-05-23 14:33:23 +0200 |
| commit | 7cf953e6584439046fd241da366f1fb672cf374d (patch) | |
| tree | 73ffc01a466bcd3986be326ddaafa47c173d6911 /.gitignore | |
| parent | 60c6720355d3976aeb56fba1aa85dcaf33b425fa (diff) | |
adding gitignore file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ffcb57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +*.py[cod] + +# C extensions +*.so + +# configfile +fapi.conf + +# 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 + + +*.db +*.db.sqlitedump.gz +*.xml + +*.cdb + +.dump + +core |
