aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-06-06 12:27:50 -0400
committerDan Prince <dprince@redhat.com>2014-06-06 12:27:50 -0400
commit8d3dc898425810a3399a6c2718c35c536137b22e (patch)
tree8e923fdc34c3c65fe0f8eb99d76daa7ef1aa276f /.gitignore
Initial commit
Initial commit of the project layout
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore51
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1399c98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,51 @@
+*.py[cod]
+
+# 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
+.testrepository
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Complexity
+output/*.html
+output/*/index.html
+
+# Sphinx
+doc/build
+
+# pbr generates these
+AUTHORS
+ChangeLog
+
+# Editors
+*~
+.*.swp \ No newline at end of file