From 9c72a0abaffa90a8645485b29a9e85d72a19a5af Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 24 Mar 2008 10:18:13 -0600 Subject: [PATCH] Set up new git branch. Signed-off-by: Eric Blake --- .gitignore | 11 +++++++++++ bin/.gitignore | 9 +++++++++ config/.gitignore | 1 + doc/.gitignore | 34 ++++++++++++++++++++++++++++++++++ lib/.gitignore | 2 ++ lib/Autom4te/.gitignore | 1 + lib/autoconf/.gitignore | 2 ++ lib/autoscan/.gitignore | 1 + lib/autotest/.gitignore | 2 ++ lib/emacs/.gitignore | 3 +++ lib/m4sugar/.gitignore | 4 ++++ man/.gitignore | 1 + tests/.gitignore | 19 +++++++++++++++++++ 13 files changed, 90 insertions(+) create mode 100644 .gitignore create mode 100644 bin/.gitignore create mode 100644 config/.gitignore create mode 100644 doc/.gitignore create mode 100644 lib/.gitignore create mode 100644 lib/Autom4te/.gitignore create mode 100644 lib/autoconf/.gitignore create mode 100644 lib/autoscan/.gitignore create mode 100644 lib/autotest/.gitignore create mode 100644 lib/emacs/.gitignore create mode 100644 lib/m4sugar/.gitignore create mode 100644 man/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ce2262e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +Makefile +config.cache +config.log +config.status +configure.scan +autoconf-[0-9].* +*.log +log +releases +autom4te.cache +build-aux diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 00000000..6db1f084 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,9 @@ +Makefile +autoheader +autoconf +autom4te +autoreconf +autoscan +autoupdate +ifnames +autom4te.cache diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 00000000..f3c7a7c5 --- /dev/null +++ b/config/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..1eb73af8 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,34 @@ +*.AC +*.ACs +*.AT +*.ATs +*.cp +*.cps +*.cv +*.cvs +*.ev +*.evs +*.fn +*.fns +*.MS +*.MSs +*.ov +*.ovs +*.pr +*.prs +*.vr +*.vrs +*.ky +*.aux +*.dvi +*.info +*.log +Makefile +*.pdf +*.pg +*.ps +stamp-vti +*.tmp +*.toc +*.tp +version.texi diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..7e1cfa18 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +Makefile +autom4te.cfg diff --git a/lib/Autom4te/.gitignore b/lib/Autom4te/.gitignore new file mode 100644 index 00000000..f3c7a7c5 --- /dev/null +++ b/lib/Autom4te/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/lib/autoconf/.gitignore b/lib/autoconf/.gitignore new file mode 100644 index 00000000..5c7f2d5b --- /dev/null +++ b/lib/autoconf/.gitignore @@ -0,0 +1,2 @@ +Makefile +*.m4f diff --git a/lib/autoscan/.gitignore b/lib/autoscan/.gitignore new file mode 100644 index 00000000..f3c7a7c5 --- /dev/null +++ b/lib/autoscan/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/lib/autotest/.gitignore b/lib/autotest/.gitignore new file mode 100644 index 00000000..ad1ca241 --- /dev/null +++ b/lib/autotest/.gitignore @@ -0,0 +1,2 @@ +Makefile +autotest.m4f diff --git a/lib/emacs/.gitignore b/lib/emacs/.gitignore new file mode 100644 index 00000000..b6ef6776 --- /dev/null +++ b/lib/emacs/.gitignore @@ -0,0 +1,3 @@ +Makefile +*.elc +elc-stamp diff --git a/lib/m4sugar/.gitignore b/lib/m4sugar/.gitignore new file mode 100644 index 00000000..15dc523f --- /dev/null +++ b/lib/m4sugar/.gitignore @@ -0,0 +1,4 @@ +Makefile +m4sh.m4f +m4sugar.m4f +version.m4 diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 00000000..f3c7a7c5 --- /dev/null +++ b/man/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..2936d2ad --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,19 @@ +Makefile +macros.m4 +expr +*.log +testsuite +testsuite.tmp +testsuite.dir +autom4te.cache +atconfig +atlocal +package.m4 +ifnames +autoupdate +autoscan +autoreconf +autom4te +autoheader +autoconf +mktests.stamp -- 2.47.2