mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Simplify version control metadata.
* .cvsignore: Delete. * bin/.cvsignore: Likewise. * config/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * lib/autoconf/.cvsignore: Likewise. * lib/Autom4te/.cvsignore: Likewise. * lib/autoscan/.cvsignore: Likewise. * lib/autotest/.cvsignore: Likewise. * lib/emacs/.cvsignore: Likewise. * lib/m4sugar/.cvsignore: Likewise. * man/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * bin/.gitignore: Likewise. * build-aux/.gitignore: Likewise. * config/.gitignore: Likewise. * doc/.gitignore: Likewise. * lib/.gitignore: Likewise. * lib/autoconf/.gitignore: Likewise. * lib/Autom4te/.gitignore: Likewise. * lib/autoscan/.gitignore: Likewise. * lib/autotest/.gitignore: Likewise. * lib/emacs/.gitignore: Likewise. * lib/m4sugar/.gitignore: Likewise. * man/.gitignore: Likewise. * tests/.gitignore: Likewise. * .gitignore: Consolidate all rules into one file. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
ac272f28c0
commit
4cdf58d4f0
12
.cvsignore
12
.cvsignore
@ -1,12 +0,0 @@
|
||||
Makefile
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure.scan
|
||||
autoconf-[0-9].*
|
||||
*.log
|
||||
log
|
||||
releases
|
||||
autom4te.cache
|
||||
.#*
|
||||
.git
|
74
.gitignore
vendored
74
.gitignore
vendored
@ -1,21 +1,67 @@
|
||||
*.log
|
||||
*.m4f
|
||||
*.tmp
|
||||
*~
|
||||
.#*
|
||||
.version
|
||||
CVS
|
||||
Fetchdir
|
||||
INSTALL
|
||||
/Fetchdir
|
||||
/INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
TAGS
|
||||
aclocal.m4
|
||||
autoconf-[0-9].*
|
||||
autom4te.cache
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
configure.scan
|
||||
log
|
||||
releases
|
||||
tags
|
||||
/TAGS
|
||||
/aclocal.m4
|
||||
/autoconf-[0-9].*
|
||||
/autom4te.cache
|
||||
/bin/autoheader
|
||||
/bin/autoconf
|
||||
/bin/autoconf.in
|
||||
/bin/autom4te
|
||||
/bin/autoreconf
|
||||
/bin/autoscan
|
||||
/bin/autoupdate
|
||||
/bin/ifnames
|
||||
/build-aux/elisp-comp
|
||||
/build-aux/install-sh
|
||||
/build-aux/mdate-sh
|
||||
/build-aux/missing
|
||||
/build-aux/mkinstalldirs
|
||||
/config.cache
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
/configure.scan
|
||||
/doc/*.??
|
||||
!/doc/Makefile.am
|
||||
/doc/*.???
|
||||
/doc/*.info*
|
||||
/doc/manual
|
||||
/doc/stamp-vti
|
||||
/doc/standards
|
||||
/doc/version.texi
|
||||
/lib/autom4te.cfg
|
||||
/lib/autoscan/autoscan.list
|
||||
/lib/emacs/*.elc
|
||||
/lib/emacs/elc-stamp
|
||||
/lib/m4sugar/version.m4
|
||||
/log
|
||||
/man/*.[1-9]
|
||||
/man/autoscan.log
|
||||
/releases
|
||||
/tags
|
||||
/tests/ac*.at
|
||||
/tests/atconfig
|
||||
/tests/atlocal
|
||||
/tests/autoconf
|
||||
/tests/autoheader
|
||||
/tests/autom4te
|
||||
/tests/autoreconf
|
||||
/tests/autoscan
|
||||
/tests/autoupdate
|
||||
/tests/expr
|
||||
/tests/ifnames
|
||||
/tests/mktests.stamp
|
||||
/tests/package.m4
|
||||
/tests/testsuite
|
||||
/tests/testsuite.dir
|
||||
/tests/wrapper.in
|
||||
|
29
ChangeLog
29
ChangeLog
@ -1,5 +1,34 @@
|
||||
2009-08-14 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Simplify version control metadata.
|
||||
* .cvsignore: Delete.
|
||||
* bin/.cvsignore: Likewise.
|
||||
* config/.cvsignore: Likewise.
|
||||
* doc/.cvsignore: Likewise.
|
||||
* lib/.cvsignore: Likewise.
|
||||
* lib/autoconf/.cvsignore: Likewise.
|
||||
* lib/Autom4te/.cvsignore: Likewise.
|
||||
* lib/autoscan/.cvsignore: Likewise.
|
||||
* lib/autotest/.cvsignore: Likewise.
|
||||
* lib/emacs/.cvsignore: Likewise.
|
||||
* lib/m4sugar/.cvsignore: Likewise.
|
||||
* man/.cvsignore: Likewise.
|
||||
* tests/.cvsignore: Likewise.
|
||||
* bin/.gitignore: Likewise.
|
||||
* build-aux/.gitignore: Likewise.
|
||||
* config/.gitignore: Likewise.
|
||||
* doc/.gitignore: Likewise.
|
||||
* lib/.gitignore: Likewise.
|
||||
* lib/autoconf/.gitignore: Likewise.
|
||||
* lib/Autom4te/.gitignore: Likewise.
|
||||
* lib/autoscan/.gitignore: Likewise.
|
||||
* lib/autotest/.gitignore: Likewise.
|
||||
* lib/emacs/.gitignore: Likewise.
|
||||
* lib/m4sugar/.gitignore: Likewise.
|
||||
* man/.gitignore: Likewise.
|
||||
* tests/.gitignore: Likewise.
|
||||
* .gitignore: Consolidate all rules into one file.
|
||||
|
||||
Normalize remaining copyright lines.
|
||||
* BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
|
||||
* NEWS: Likewise.
|
||||
|
@ -1,10 +0,0 @@
|
||||
Makefile
|
||||
autoconf.in
|
||||
autoheader
|
||||
autoconf
|
||||
autom4te
|
||||
autoreconf
|
||||
autoscan
|
||||
autoupdate
|
||||
ifnames
|
||||
autom4te.cache
|
10
bin/.gitignore
vendored
10
bin/.gitignore
vendored
@ -1,10 +0,0 @@
|
||||
Makefile
|
||||
autoconf.in
|
||||
autoheader
|
||||
autoconf
|
||||
autom4te
|
||||
autoreconf
|
||||
autoscan
|
||||
autoupdate
|
||||
ifnames
|
||||
autom4te.cache
|
5
build-aux/.gitignore
vendored
5
build-aux/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
elisp-comp
|
||||
install-sh
|
||||
mdate-sh
|
||||
missing
|
||||
mkinstalldirs
|
@ -1 +0,0 @@
|
||||
Makefile
|
1
config/.gitignore
vendored
1
config/.gitignore
vendored
@ -1 +0,0 @@
|
||||
Makefile
|
@ -1,36 +0,0 @@
|
||||
*.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
|
||||
autoconf
|
||||
*.pdf
|
||||
*.pg
|
||||
*.ps
|
||||
stamp-vti
|
||||
standards
|
||||
*.tmp
|
||||
*.toc
|
||||
*.tp
|
||||
version.texi
|
38
doc/.gitignore
vendored
38
doc/.gitignore
vendored
@ -1,38 +0,0 @@
|
||||
*.AC
|
||||
*.ACs
|
||||
*.AT
|
||||
*.ATs
|
||||
*.aux
|
||||
*.cp
|
||||
*.cps
|
||||
*.cv
|
||||
*.cvs
|
||||
*.dvi
|
||||
*.ev
|
||||
*.evs
|
||||
*.fn
|
||||
*.fns
|
||||
*.html
|
||||
*.htp
|
||||
*.info*
|
||||
*.ky
|
||||
*.log
|
||||
*.MS
|
||||
*.MSs
|
||||
*.ov
|
||||
*.ovs
|
||||
*.pdf
|
||||
*.pg
|
||||
*.pr
|
||||
*.prs
|
||||
*.ps
|
||||
*.tmp
|
||||
*.toc
|
||||
*.tp
|
||||
*.vr
|
||||
*.vrs
|
||||
Makefile
|
||||
manual
|
||||
stamp-vti
|
||||
standards
|
||||
version.texi
|
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
autom4te.cfg
|
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
autom4te.cfg
|
@ -1 +0,0 @@
|
||||
Makefile
|
1
lib/Autom4te/.gitignore
vendored
1
lib/Autom4te/.gitignore
vendored
@ -1 +0,0 @@
|
||||
Makefile
|
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
*.m4f
|
2
lib/autoconf/.gitignore
vendored
2
lib/autoconf/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
*.m4f
|
@ -1 +0,0 @@
|
||||
Makefile
|
2
lib/autoscan/.gitignore
vendored
2
lib/autoscan/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
autoscan.list
|
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
autotest.m4f
|
2
lib/autotest/.gitignore
vendored
2
lib/autotest/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
autotest.m4f
|
@ -1,3 +0,0 @@
|
||||
Makefile
|
||||
*.elc
|
||||
elc-stamp
|
3
lib/emacs/.gitignore
vendored
3
lib/emacs/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
Makefile
|
||||
*.elc
|
||||
elc-stamp
|
@ -1,4 +0,0 @@
|
||||
Makefile
|
||||
m4sh.m4f
|
||||
m4sugar.m4f
|
||||
version.m4
|
4
lib/m4sugar/.gitignore
vendored
4
lib/m4sugar/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
Makefile
|
||||
m4sh.m4f
|
||||
m4sugar.m4f
|
||||
version.m4
|
@ -1,3 +0,0 @@
|
||||
*.1
|
||||
Makefile
|
||||
autoscan.log
|
3
man/.gitignore
vendored
3
man/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
*.1
|
||||
Makefile
|
||||
autoscan.log
|
@ -1,32 +0,0 @@
|
||||
*.log
|
||||
*.tmp
|
||||
Makefile
|
||||
acautoheader.at
|
||||
acautoupdate.at
|
||||
acc.at
|
||||
acfortran.at
|
||||
acfunctions.at
|
||||
acgeneral.at
|
||||
acheaders.at
|
||||
aclang.at
|
||||
aclibs.at
|
||||
acprograms.at
|
||||
acspecific.at
|
||||
acstatus.at
|
||||
actypes.at
|
||||
atconfig
|
||||
atlocal
|
||||
autoconf
|
||||
autoheader
|
||||
autom4te
|
||||
autom4te.cache
|
||||
autoreconf
|
||||
autoscan
|
||||
autoupdate
|
||||
expr
|
||||
ifnames
|
||||
mktests.stamp
|
||||
package.m4
|
||||
testsuite
|
||||
testsuite.dir
|
||||
wrapper.in
|
32
tests/.gitignore
vendored
32
tests/.gitignore
vendored
@ -1,32 +0,0 @@
|
||||
*.log
|
||||
*.tmp
|
||||
Makefile
|
||||
acautoheader.at
|
||||
acautoupdate.at
|
||||
acc.at
|
||||
acfortran.at
|
||||
acfunctions.at
|
||||
acgeneral.at
|
||||
acheaders.at
|
||||
aclang.at
|
||||
aclibs.at
|
||||
acprograms.at
|
||||
acspecific.at
|
||||
acstatus.at
|
||||
actypes.at
|
||||
atconfig
|
||||
atlocal
|
||||
autoconf
|
||||
autoheader
|
||||
autom4te
|
||||
autom4te.cache
|
||||
autoreconf
|
||||
autoscan
|
||||
autoupdate
|
||||
expr
|
||||
ifnames
|
||||
mktests.stamp
|
||||
package.m4
|
||||
testsuite
|
||||
testsuite.dir
|
||||
wrapper.in
|
Loading…
Reference in New Issue
Block a user