summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2014-12-09 14:40:01 -0300
committerRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2014-12-09 14:40:01 -0300
commit520a60538b505e0167811d149a6b21888051c72e (patch)
treed06a10b2a9404bdc9e203e16b4eaf8660e327eca /.gitignore
parent1d3efd6f63ac64d27d3b282d3bac9da6b05b7fd7 (diff)
downloadoslo-policy-520a60538b505e0167811d149a6b21888051c72e.tar.gz
exported from oslo-incubator by graduate.sh
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..dfe851d
--- /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