diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-25 09:29:16 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-25 09:29:16 +0200 |
commit | 404e5eea98c4341bd5e565a4691d3f7cfd8147d7 (patch) | |
tree | a2150624d6faada970d382d5ce08a0ca625aafeb | |
parent | ef20f4f572d9ef8b57271105b341a44f801ed6bb (diff) |
gitignore: Ignore *.pyc from oeaudit
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 426285bdde..1237086030 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.sw? *~ lib/oe/*.pyc +contrib/oeaudit/*.pyc |