summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-13 10:39:41 -0500
committerMonty Taylor <mordred@inaugust.com>2016-10-13 10:39:41 -0500
commit644d93f4d632c302cc8cd8ef5c465acfa4e478d5 (patch)
treef1fae88cdafc423137507b1a8c0f16051d6b7c2a /.gitignore
Initial Cookiecutter Commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore58
1 files changed, 58 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..963e589
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,58 @@
1*.py[cod]
2
3# C extensions
4*.so
5
6# Packages
7*.egg*
8*.egg-info
9dist
10build
11eggs
12parts
13bin
14var
15sdist
16develop-eggs
17.installed.cfg
18lib
19lib64
20
21# Installer logs
22pip-log.txt
23
24# Unit test / coverage reports
25cover/
26.coverage*
27!.coveragerc
28.tox
29nosetests.xml
30.testrepository
31.venv
32
33# Translations
34*.mo
35
36# Mr Developer
37.mr.developer.cfg
38.project
39.pydevproject
40
41# Complexity
42output/*.html
43output/*/index.html
44
45# Sphinx
46doc/build
47
48# pbr generates these
49AUTHORS
50ChangeLog
51
52# Editors
53*~
54.*.swp
55.*sw?
56
57# Files created by releasenotes build
58releasenotes/build \ No newline at end of file