diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2006-01-05 17:38:58 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 17:24:42 -0800 |
commit | 10ae7d86c170554bc815ec460a83b608715063c1 (patch) | |
tree | 633dc6ba5c31128ec26bc015ba0affa68d98c090 /.gitignore | |
parent | b484ef28fbdc3e2ac242c37507eee5ace90f3915 (diff) | |
download | git-10ae7d86c170554bc815ec460a83b608715063c1.tar.gz git-10ae7d86c170554bc815ec460a83b608715063c1.tar.xz |
trivial: .gitignore precompiled python modules
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bd508e4b..dbbef06c0 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,4 @@ git-core.spec *.exe libgit.a *.o +*.py[co] |