diff options
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 |