diff options
author | Brian Harring <ferringb@google.com> | 2012-10-23 19:14:37 -0700 |
---|---|---|
committer | Brian Harring <ferringb@google.com> | 2012-11-02 13:19:44 -0700 |
commit | e3854d71bd18584a2879abd0d512d518cb107ddc (patch) | |
tree | 33d53e01a073763fb3f0aaaa706d6a5177304e8b | |
parent | enforce an ordering in commits w/ the same timestamp (diff) | |
download | git-conversion-tools-e3854d71bd18584a2879abd0d512d518cb107ddc.tar.gz git-conversion-tools-e3854d71bd18584a2879abd0d512d518cb107ddc.tar.bz2 git-conversion-tools-e3854d71bd18584a2879abd0d512d518cb107ddc.zip |
suppress .pyc/.pyo files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ /export-stream-rewritten /userinfo.xml /gentoo_mailmap.py* +*.pyc +*.pyo |