From cb0f6ca49874faf181f9291a1e57dd9ea9f05933 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 5 Feb 2010 09:08:19 -0500 Subject: Add a few additional extensions to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit