aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-24 17:09:09 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-24 17:09:09 +0300
commitd3fcff8289f75e0c8751fa472c6755e128991e51 (patch)
tree7c7c783562167749fce0fc49313c1967ccb48996 /.gitignore
parent98866dade600f540b2d252446e549704c0c29993 (diff)
downloadsupybot_github-d3fcff8289f75e0c8751fa472c6755e128991e51.tar.gz
supybot_github-d3fcff8289f75e0c8751fa472c6755e128991e51.tar.bz2
supybot_github-d3fcff8289f75e0c8751fa472c6755e128991e51.zip
Add a .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ded6067
--- /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

© 2014-2024 Faster IT GmbH | imprint | privacy policy