summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-02 14:50:57 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-02 14:55:43 -0400
commit84a7dc47e2f666ff11b5816387b7ada2371e48c2 (patch)
treea0e73b3179dd60f3470b64b4aa733a973325c0e4 /.gitignore
parent112a2f11f865fa896bfbc1fedd3e3553be9d3218 (diff)
downloadironic-84a7dc47e2f666ff11b5816387b7ada2371e48c2.tar.gz
Added project infrastructure needs.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..1f39df9b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Compiled files
+*.py[co]
+*.a
+*.o
+*.so
+
+# Sphinx
+_build
+
+# Packages/installer info
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+
+# Other
+.testrepository
+.tox
+.*.swp
+.coverage
+cover
+AUTHORS
+ChangeLog