diff options
author | Florian Festi <ffesti@redhat.com> | 2014-03-14 13:29:05 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2014-03-14 13:29:05 +0100 |
commit | eeb1990860fd492fbda19ba80940e6a4747c6268 (patch) | |
tree | 8be1764e3a4009db251cf8b20f52d9269631b9a1 /.gitignore | |
parent | 27e8d0dea9c9a2cd8d3c680279aa12d34be87d69 (diff) | |
download | rpm-eeb1990860fd492fbda19ba80940e6a4747c6268.tar.gz |
.gitignore compiled Python files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 788389115..9f6833680 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ *.lo *.la *.tmp +*.pyc +*.pyo Makefile Makefile.in Makefile.in.in |