From 33ed1a3db8342d8a5029151eb6f37c2f4e21536b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 20 2015 10:38:24 +0000 Subject: Adjust the .gitignore file and document a little more why/what they are --- diff --git a/.gitignore b/.gitignore index ea7d7df..1071d13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,18 @@ +# Default folder where the git repos are located repos/ forks/ tickets/ docs/ +requests/ + +# Other python/editor specific files to ignore dist/ build/ *.pyc *.swp *.egg-info +*.conf .coverage + +# Just a local folder I use for testing +clones/