summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authormarc <mlasch@mailbox.org>2015-09-30 20:27:59 +0200
committerGogs <gogitservice@gmail.com>2015-09-30 20:27:59 +0200
commitfd78184a68c60008b98b4a525565b7ab56f26b45 (patch)
tree7b8ab8cbe599189b3b18b001d413d757d43e3569 /.gitignore
downloadusv_tools-fd78184a68c60008b98b4a525565b7ab56f26b45.tar.gz
usv_tools-fd78184a68c60008b98b4a525565b7ab56f26b45.zip
Init commit
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..5684153
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+__pycache__
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject \ No newline at end of file