projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6626bfa
)
Extend .gitignore
author
Oleg Broytman
<phd@phdru.name>
Fri, 23 Sep 2016 23:21:47 +0000
(
02:21
+0300)
committer
Oleg Broytman
<phd@phdru.name>
Fri, 23 Sep 2016 23:21:47 +0000
(
02:21
+0300)
project_template/.gitignore
patch
|
blob
|
history
diff --git
a/project_template/.gitignore
b/project_template/.gitignore
index c64f111212cf756c38bb6dac7252eca3ae8d2a61..8647366f418ecd538a7d45b7be10849d95fede88 100644
(file)
--- a/
project_template/.gitignore
+++ b/
project_template/.gitignore
@@
-1,3
+1,10
@@
/.cache/
/.tox/
+/SQLObject.egg-info/
+/build/
+/data/
+/dist/
+/MANIFEST
*.py[co]
+*.tmp
+*~