diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-05 09:08:19 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-05 09:43:43 -0500 |
commit | cb0f6ca49874faf181f9291a1e57dd9ea9f05933 (patch) | |
tree | 826420cf70f72119e6919ab9ea179801fbd9cd98 /.gitignore | |
parent | d927ba1d5be6f2e93034737884d7ec17eafe448f (diff) | |
download | sssd-cb0f6ca49874faf181f9291a1e57dd9ea9f05933.tar.gz sssd-cb0f6ca49874faf181f9291a1e57dd9ea9f05933.tar.xz sssd-cb0f6ca49874faf181f9291a1e57dd9ea9f05933.zip |
Add a few additional extensions to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6bd1b6b0..d363b6832 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ configure config.log config.status +config.rpath config.h config.h.in cscope.out @@ -12,6 +13,8 @@ Makefile.in.in *.so.[0-9].[0-9].[0-9] *.a *.l[oa] +*.py[oc] +*.pydevproject .deps .libs *.html |