diff options
author | Edward Hervey <bilboed@bilboed.com> | 2016-08-13 15:38:29 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2016-08-13 15:38:29 +0200 |
commit | e63cbb1cff30f2e77244823fabd2b15d6834e45b (patch) | |
tree | e3a3182dab494d8b53130d6c2cda1f6dc7db8363 | |
parent | da52888ea0f77fbb55ba33add7a551133b5c1c29 (diff) |
gitignore: Simplify a bit
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,2 @@ testsuites/tags -testsuites/ges.pyc -testsuites/validate.pyc -testsuites/gesextras.pyc -testsuites/validateextra.pyc +*.pyc |