--- .gitignore | 3 ++- ext/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d3c477e..40e7eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ /x2p/makefile.old # general build products -*.o *.a +*.o +*.a # ? ext.libs diff --git a/ext/.gitignore b/ext/.gitignore index 7c7b8db..616f315 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -1,5 +1,6 @@ # ignore generated .c files, and other module build traces -*.c *.bs +*.c +*.bs blib pm_to_blib Makefile -- 1.5.5.4Thread Previous | Thread Next