diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-05-02 14:50:57 -0400 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-05-02 14:55:43 -0400 |
commit | 84a7dc47e2f666ff11b5816387b7ada2371e48c2 (patch) | |
tree | a0e73b3179dd60f3470b64b4aa733a973325c0e4 /.gitignore | |
parent | 112a2f11f865fa896bfbc1fedd3e3553be9d3218 (diff) | |
download | ironic-84a7dc47e2f666ff11b5816387b7ada2371e48c2.tar.gz |
Added project infrastructure needs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
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 |