aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
diff options
context:
space:
mode:
authorCapi Etheriel <barraponto@gmail.com>2015-06-05 12:43:20 -0300
committerCapi Etheriel <barraponto@gmail.com>2015-06-05 12:43:20 -0300
commit433fcebbc30dca53203cc06924eacd5de66ddd2b (patch)
treea743b51ea4a87382a283cbb2677d0e1600e6fc67 /Python.gitignore
parenta1ed257134eb4f769b203db874004c9371642952 (diff)
downloadgitignore-433fcebbc30dca53203cc06924eacd5de66ddd2b.tar.gz
gitignore-433fcebbc30dca53203cc06924eacd5de66ddd2b.zip
Add scrapy stuff to .gitignore
Diffstat (limited to 'Python.gitignore')
-rw-r--r--Python.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index a65d0466..94c05b4a 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -51,6 +51,9 @@ coverage.xml
# Django stuff:
*.log
+# Scrapy stuff:
+.scrapy
+
# Sphinx documentation
docs/_build/