[GIT] ppl/ppl(master): Pattern `*~' added. Patterns sorted.
Module: ppl/ppl Branch: master Commit: a4052950058d0a9009b14ef194e37138eecfa1ad URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a4052950058d0... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Fri Mar 20 16:14:01 2009 +0100 Pattern `*~' added. Patterns sorted. --- .gitignore | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a842520..cc22680 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ +#ppl-*.* +*.a *.bz2 *.gz -*.zip -*.o -*.a *.lo *.loT +*.o +*.zip +*~ .deps .libs Makefile @@ -22,10 +24,9 @@ configure conftest conftest.c libtool -#ppl-*.* +ppl-config.h ppl.lsm ppl.spec stamp-h stamp-h.in stamp-h1 -ppl-config.h
participants (1)
-
Roberto Bagnara