summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* maint: update .gitignorePaul Eggert2023-02-101-11/+5
| | | | .gitignore: Update for some recent changes, and simplify.
* maint: .gitignore updatesPaul Eggert2021-08-221-62/+77
| | | | | | | | | | | | | | * .gitignore: Remove lib/unused-parameter.h. Add all of m4, since no files there need to be committed; this lets us remove m4/.gitignore and m4/gnulib-cache.m4. Add *.orig, *.patch, .Tpo, /*.diff, lib/*/ (which lets us remove /lib/sys/), lib/ctype.h, lib/errno.h, lib/float.h, lib/fnmatch.h, lib/getopt-cdefs.h, lib/getopt.h, lib/limits.h, lib/sigsegv.h, lib/stdalign.h, lib/stdarg.h, lib/stdbool.h, lib/stddef.h, lib/stdint.h, lib/stdopen.[ch], vc-dwim-log-*. Add slashes to autom4te.cache, build-aux. Remove redundant initial slashes from patterns that also have internal slashes. Remove plain ABOUT-NLS, since /ABOUT-NLS suffices. Sort using LC_ALL=C.
* maint: ignore ‘configure’ temporariesPaul Eggert2019-07-191-0/+2
| | | | * .gitignore: Ignore confdefs*, conftest*.
* build: ignore texinfo build artifactsJim Meyering2016-08-131-1/+5
| | | | * .gitignore: Ignore texinfo artifacts in doc/.
* maint: update .gitignore for recent gnulibPaul Eggert2013-01-061-0/+22
| | | | * .gitignore: Add tests/*.trs and several *.h and *.sed files in lib,
* maint: m4/gnulib-cache.m4 is not under version controlPaul Eggert2012-05-141-0/+1
| | | | | This is like what coreutils does, and suppresses 'git status' chatter. * .gitignore: Add /m4/gnulib-cache.m4.
* build: update gnulib submodule to latestPaul Eggert2012-05-141-0/+1
|
* * .gitignore: Add lib/unistr, lib/unused-parameter.h.Paul Eggert2011-08-131-0/+2
|
* build: ccache works better without embedded version stringsJim Meyering2011-06-131-0/+1
| | | | | | | | | | | | | * src/Makefile.am: Generate version.c and version.h and put the new symbol in a tiny library to be used by each program. (LDADD): Add the new library. * src/cmp.c (main): Use Version, not PACKAGE_VERSION, so the .o file does not change with each commit-derived version increment. * src/diff.c (main): Likewise. * src/diff3.c (main): Likewise. * src/sdiff.c (main): Likewise. * src/system.h: Include "version.h". * .gitignore: Add version.[ch]
* doc: rename diff.texi to diffutils.texiJim Meyering2011-06-121-1/+1
| | | | | | | | | | | | | | | | This makes the .texi basename the same as the package name, which is consistent with most other GNU packages. * doc/diffutils.texi: Rename from... * doc/diff.texi: ...removed. * doc/Makefile.am (info_TEXINFOS): Reflect name change. (diffutils_TEXINFOS): Likewise. * cfg.mk (gendocs_options_): Remove this customization. It is no longer needed, now that the .texi name matches that of the package. * man/Makefile.am ($(dist_man1_MANS)): Remove now-unnecessary sed filter. * README: Update references to diffutils.texi etc. here, too. * .gitignore: Update here, too. Suggested by Karl Berry.
* maint: use gnulib's new readme-release moduleJim Meyering2011-05-181-0/+2
| | | | | | | * bootstrap.conf (gnulib_modules): Add readme-release. (bootstrap_epilogue): Add the recommended perl one-liner. * README-release: Remove file; it is now generated from gnulib. * .gitignore: Add it.
* build: include cfg.mk and dist-check.mk in the distribution tarballJim Meyering2010-04-081-1/+1
| | | | * Makefile.am (EXTRA_DIST): Add cfg.mk and dist-check.mk.
* maint: ignore generated filesEric Blake2010-04-061-0/+2
| | | | * .gitignore: Ignore recent gnulib additions.
* maint: add to .gitignoreJim Meyering2010-01-171-0/+8
| | | | * .gitignore: Ignore more.
* build: ignore more filesEric Blake2009-11-201-0/+2
| | | | | | * .gitignore: Add config.cache, *.exe. Signed-off-by: Eric Blake <ebb9@byu.net>
* admin: ignore all of gnulib-testsJim Meyering2009-11-161-0/+1
| | | | * .gitignore: Add gnulib-tests
* tests: add the first script; hook up gnulib-testsJim Meyering2009-11-141-0/+2
| | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Add tests/Makefile and gnulib-tests/Makefile. * tests/help-version: New file, from coreutils. * tests/test-lib.sh: Likewise. * tests/Makefile.am: New file, from gzip. * Makefile.am (SUBDIRS): Add tests and gnulib-tests. * tests/t-local.sh: New, empty(for now) file.
* maint: tell git what it can ignoreJim Meyering2009-11-121-0/+51
* .gitignore: Ignore generated files.