Hello, I've added these .gitignore files to the Automake CVS tree, HEAD and branch-1-10. (Not mentioning them in the ChangeLog.)
Cheers, Ralf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63230ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +autom4te.cache +Makefile +aclocal +automake +config.cache +config.log +config.status +tags +TAGS diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..3b8f363 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,5 @@ +amhello-*.tar.gz +automake.info +automake.info-[0-9] +stamp-vti +version.texi diff --git a/lib/Automake/.gitignore b/lib/Automake/.gitignore new file mode 100644 index 0000000..d539f93 --- /dev/null +++ b/lib/Automake/.gitignore @@ -0,0 +1 @@ +Config.pm diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..0859387 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,4 @@ +aclocal-* +automake-* +defs +testSubDir