From: Christophe CURIS <[email protected]> The previous rule was to ignore the whole directory, while still having some files tracked inside.
Now we only explicitly ignore the files that have been placed there by the autotools, so we can have a better view of it in Git when adding stuff. Signed-off-by: Christophe CURIS <[email protected]> --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0fcf185..77fee96 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,12 @@ ltmain.sh missing mkinstalldirs stamp-h1 -m4/ +m4/ld-version-script.m4 +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 src/wconfig.h -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
