diff options
author | Brad Hubbard <bhubbard@redhat.com> | 2016-09-14 11:35:57 +0200 |
---|---|---|
committer | Brad Hubbard <bhubbard@redhat.com> | 2016-09-14 11:35:57 +0200 |
commit | fd6513c05a895851f1e859f04c2adaa706b3bab6 (patch) | |
tree | bba6aadd1ab78be6942909d0afc53f6eca5436f8 /.gitignore | |
parent | Merge pull request #11016 from wido/snap-max-uid (diff) | |
download | ceph-fd6513c05a895851f1e859f04c2adaa706b3bab6.tar.xz ceph-fd6513c05a895851f1e859f04c2adaa706b3bab6.zip |
.gitignore: Add .pyc files globally
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da5201439e8..9d6945994e7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.tmp *.orig *.patch +*.pyc ceph.spec cscope.* gmon.out |