diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-06-13 18:32:44 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-06-13 18:32:44 -0400 |
commit | 3e71e0803391b3eda5c0612579558e072f510797 (patch) | |
tree | f26e15bce9d3ce9d917c215c29964ab14539b5da | |
parent | 341be8326eb1b3f1ca1210435b3f32ece646a2a7 (diff) |
Fix gitignore not to ignore all build/dist direcories
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ *pyc _trial_temp -build +/build *.swp cerbero.egg-info -dist +/dist MANIFEST.in |