summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* build: avoid some warningsEric Blake2009-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | * gl/lib/mbsalign.c (mbsalign): Mark unused parameter. * bootstrap.conf (gnulib_modules): Remove obsolete rename-dest-slash. * gnulib-tests/Makefile.am (AM_CFLAGS): Reduce set of warnings for gnulib tests. * gl/modules/rename-tests.diff (Makefile.am): New file, to add LIBINTL to LDADD, since we avoid canonicalize-lgpl module. * gl/lib/regcomp.c.diff (regerror, calc_next) (build_collating_symbol, parse_bracket_element, build_equiv_class) (free_tree): Mark unused parameters. * gl/lib/regex_internal.h.diff (re_string_elem_size_at): New file, to mark unused parameters. * gl/lib/printf-args.c.diff (PRINTF_FETCHARGS): New file, to avoid type mismatch. * gl/lib/vasnprintf.c (VASNPRINTF): New file, to avoid shadowing local variable name. * .gitignore: Ignore temporary build artifacts.
* tests: add printenv coverageEric Blake2009-10-271-0/+1
| | | | | | * tests/misc/printenv: New test. * tests/Makefile.am (TESTS): Run it. * .gitignore: Ignore more cruft.
* maint: turn on compiler warnings for gnulib testsEric Blake2009-10-221-0/+3
| | | | | | | * gnulib-tests/Makefile.am (AM_CFLAGS): Add WARN_CFLAGS. * configure.ac (enable-gcc-warnings): Also use -funit-at-a-time, to silence gcc 4.3.4 -Wdisabled-optimization. * .gitignore: Ignore some more files.
* maint: ignore only man/*.1, not all *.1 filesJim Meyering2009-08-281-1/+1
| | | | * .gitignore: Ignore *.1 only in man/
* build: use maint.mk from gnulibSimon Josefsson2009-04-241-0/+1
| | | | | | | * maint.mk: Remove file. Now it's generated. * .gitignore: Ignore it. * bootstrap.conf (gnulib_modules): Add maintainer-makefile. * gnulib: Update submodule to latest.
* generate version.c and version.hJim Meyering2008-08-261-0/+2
| | | | | | | * src/Makefile.am (version.c, version.h): New rules. Generate. (nodist_libver_a_SOURCES): Define * .gitignore: Add src/version.c and src/version.h. (DISTCLEANFILES): Add version.c and version.h.
* .gitignore: ignore more filesEric Blake2008-08-191-0/+2
| | | | | | * .gitignore: Ignore directories created by gnulib. Signed-off-by: Eric Blake <ebb9@byu.net>
* tests: remove directory, tests/join/Jim Meyering2008-05-101-2/+0
| | | | | | | * configure.ac (AC_CONFIG_FILES): Remove tests/join/Makefile. * tests/misc/join: New file, with tests from... * tests/join/Test.pm: ...here. Remove file. * tests/Makefile.am (SUBDIRS): Remove definition.
* tests: convert pr testsJim Meyering2008-05-101-20/+0
| | | | | | | | | * configure.ac (AC_CONFIG_FILES): Remove tests/pr/Makefile. * tests/Makefile.am (SUBDIRS): Remove pr. * tests/pr/pr-tests: New file, with tests from... * tests/pr/Test.pm: ...here. Remove file. * tests/Makefile.am (EXTRA_DIST): Add $(pr_data). (pr_data): List all of the pr's test-related data files.
* Use new gnulib gnumakefile module.Eric Blake2008-03-251-0/+2
| | | | | | | | | | | * bootstrap.conf (gnulib_modules): Pull in new module. * GNUmakefile: Remove from version control. * .gitignore: Update. * configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do this now. * Makefile.am (EXTRA_DIST, distclean-local): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* .gitignore, src/.gitignore: ignore moreJim Meyering2008-02-171-3/+24
|
* We *do* need two different version files.Jim Meyering2008-02-071-0/+1
| | | | | | | | One for tarball-only, the other to be updated any time we get a new value of $(VERSION). * Makefile.am (dist-hook): Create .tarball-version in dist tarball. * GNUmakefile (_curr-ver): Make git-version-gen use it. * .gitignore: Ignore it.
* Avoid "make distcheck" failure: newly-created man/*.1 files not removedJim Meyering2008-01-291-2/+0
| | | | | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Add .version. (.version): New rule. (dist-hook): Don't create $(distdir)/.version here, now that it's being distributed. * man/Makefile.am (common_dep): Use ../.version, not ../VERSION. (../VERSION): Remove rule. * GNUmakefile (dummy): Create .version, not VERSION. Add an extra "...:= $(shell..." statement to ensure that .version exists even when the preceding code is not run. * .gitignore: Remove both .version and VERSION. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Ensure that each version string change propagates to man pages.Jim Meyering2008-01-261-0/+1
| | | | | | | | | | * man/Makefile.am (common_dep): Don't depend on configure.ac for version changes. Instead, depend on ../VERSION. (../VERSION): New rule. * Makefile.am (DISTCLEANFILES): Define. * GNUmakefile: Update ./VERSION. * .gitignore: List VERSION. Reported by Sven Joachim.
* * .gitignore: Ignore lzma-compressed files, too.Jim Meyering2008-01-021-0/+2
| | | | Signed-off-by: Jim Meyering <meyering@redhat.com>
* Remove test program: lib/t-fpending.c.Jim Meyering2007-10-041-1/+0
| | | | | | * lib/t-fpending.c: Remove file. Now, this test is in gnulib. * lib/Makefile.am: Remove associated rules. * .gitignore: Remove lib/t-fpending.
* Perform the s,rm,/bin/rm, fix-up properly. No more kludge.Jim Meyering2007-08-301-1/+0
| | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Remove .kludge-stamp. (.kludge-stamp): Remove rule. Instead, ... (dist-hook): Do the job here, operating on the file in $(distdir). (rm_subst): Adjust regexp to match "rm -f rm$(EXEEXT)", not "rm -f rm". (MAINTAINERCLEANFILES): s/+=/=/, now that this is the sole use. (dist-hook): Remove the legacy-from-cvs install-sh is-executable check. * .gitignore: Remove .kludge-stamp. Signed-off-by: Jim Meyering <jim@meyering.net>
* Make inter-release --version output more useful.Jim Meyering2007-08-301-0/+1
| | | | | | | | | | | | | | Now, each snapshot has a version "number" like 6.9-219-g58ddd, which indicates that it is built using the 219th change set (in _some_ repository) following the "v6.9" tag, and that 58ddd is a prefix of the commit SHA1. * build-aux/git-version-gen: New file. * configure.ac: Run it to set the version. * Makefile.am (dist-hook): Arrange so that .version appears only in distribution tarballs, never in a checked-out repository. * .gitignore: Add .version here, too. Just in case. Signed-off-by: Jim Meyering <jim@meyering.net>
* bootstrap: Ignore more.Jim Meyering2007-08-251-0/+4
| | | | | | | | * bootstrap (symlink_to_dir): Add a directory name like uniwidth to e.g., lib/.gitignore. (slurp): Handle the sys_stat_.h -> sys mapping, too. * .hgignore: Remove this file, too. * Makefile.am (EXTRA_DIST): Remove .gitignore and .hgignore.
* No longer version-control .???ignore files in lib/, m4/, and po/.Jim Meyering2007-08-241-1/+13
| | | | | | | | * .gitignore: Ignore a few files in lib/, m4/, and po/ that are not picked up automatically. * lib/.gitignore, lib/.cvsignore: Remove files. * m4/.gitignore, m4/.cvsignore: Remove files. * po/.gitignore, po/.cvsignore: Remove files.
* Remove .gdb-history.Jim Meyering2007-07-081-0/+1
|
* Remove the generated tests/*/Makefile.am files from version control.Jim Meyering2007-05-131-1/+11
| | | | | | | | | | | | | | | | | | * tests/cut/Makefile.am: git-remove this generated file. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise. * .cvsignore, .gitignore: Ignore these generated files. * src/.cvsignore, src/.gitignore: Add chcon here, ... * .cvsignore, .gitignore: ... not here.
* add chconJim Meyering2007-03-291-1/+1
|
* .cvsignore, .gitignore: updateJim Meyering2007-03-291-0/+1
|
* ignore po/*.po; sort .gitignore filesJim Meyering2006-10-221-1/+1
|
* * .gitignore: Remove some references to files in subdirectories.Jim Meyering2006-10-211-117/+1
| | | | | * build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files. * m4/.gitignore, po/.gitignore, src/.gitignore: Likewise.
* .Jim Meyering2006-10-191-0/+1
|
* .Jim Meyering2006-07-251-1/+8
|
* *** empty log message ***Jim Meyering2006-06-111-0/+147