summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* maint: remove now-unused/obsolete filesPaul Eggert2011-12-281-1/+0
| | | | | | * README.DOS: Remove file. * m4/djgpp.m4: Likewise. * .gitignore: Remove reference to m4/djgpp.m4.
* build: update gnulib submodule to latestJim Meyering2011-10-121-3/+3
| | | | | This should fix a few portability problems, including one on HP-UX and a test-float failure on PPC, reported by Andreas Metzler.
* gitignore: merge top-level and tests/ .gitignore filesStefano Lattarini2011-10-101-0/+5
| | | | | | * tests/.gitignore: Remove; what little remained of its contents has been moved ... * .gitignore: ... here.
* tests: support development version of automake tooStefano Lattarini2011-10-101-0/+1
| | | | | | | | | | | | | | | | This change implements a more correct and idiomatic use of the features of the Automake-provided 'parallel-tests' harness. Moreover, this change is required in order for the testsuite to continue to work with the new testsuite harness that is planned to be introduced in Automake 1.12 (which, as of the writing date, is still under development and in late alpha state). * tests/Makefile.am (TESTS_ENVIRONMENT): The development version of automake dos not support setting the interpreter delegated to run the tests scripts in this variable; instead, use ... (LOG_COMPILER): ... this variable. * .gitignore: Ignore `.trs' files in directory `tests/'. * build-aux/.gitignore: Ignore `test-driver' script.
* maint: update bootstrap from gnulibJim Meyering2011-06-221-5/+5
| | | | | | * bootstrap: Update to latest, so it no longer inserts empty lines in .gitignore files. * .gitignore: Let bootstrap move "!..." lines to end of file.
* maint: use gnulib's new readme-release moduleJim Meyering2011-05-071-0/+1
| | | | | | | | * 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. * gnulib: Update submodule to latest.
* maint: tell git to ignore more build productsJim Meyering2010-04-071-0/+2
| | | | * .gitignore: Also ignore results of "make ID" and "make tags".
* doc: generate grep.1 from templateJim Meyering2010-04-011-0/+1
| | | | | | | | | | | | | * doc/Makefile.am (grep.1): New rule. (CLEANFILES): Add grep.1 to the list. * .gitignore: Add /doc/grep.1 * doc/grep.in.1: Replace hard-coded "2.5.1-cvs" with @VERSION@. Update copyright year list. Omit the line-splitting \(co directive so that update-copyright will perform future updates automatically. Egmont Koblinger reported the outdated version string and copyright year list in the man page: http://savannah.gnu.org/bugs/?29390
* maint: ignore new test executableEric Blake2010-03-291-0/+1
| | | | * .gitignore: Enhance.
* maint: ignore 'make dist pdf' droppingsEric Blake2010-03-261-0/+14
| | | | * .gitignore: Add more exemptions.
* build: allow compilation on cygwinEric Blake2010-03-201-0/+3
| | | | | | | | | | | | | | | | | | Gnulib is incompatible with -Wunused-macros. Addtionally, cygwin 1.7.1 coupled with --enable-gcc-warnings tripped on: grep.c: In function 'print_line_middle': grep.c:805: error: array subscript has type 'char' [-Wchar-subscripts] grep.c: In function 'main': grep.c:1833: error: 'optarg' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] grep.c:1834: error: 'optind' redeclared without dllimport attribute after being referenced with dll linkage * configure.ac (GNULIB_WARN_FLAGS): Disable -Wunused-macros. * src/grep.c (print_line_middle): Use correct type to tolower. (main): Drop useless redeclarations. * .gitignore: Ignore more built files. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: remove {m4,lib}/.gitignore; they were undergoing too much churnJim Meyering2010-01-061-0/+6
| | | | | | | * .gitignore: Ignore all of m4/* except m4/djgpp.m4 and all of lib/* except Makefile.am, savedir.c and savedir.h. * m4/.gitignore: Remove file. * lib/.gitignore: Remove file.
* maint: make .gitignore ignore moreJim Meyering2009-12-041-0/+10
| | | | * .gitignore: Ignore more.
* build: add several build- and release-related gnulib modulesJim Meyering2009-11-301-0/+2
| | | | | | * bootstrap.conf (gnulib_modules): Add announce-gen update-copyright do-release-commit-and-tag git-version-gen gnu-web-doc-update gnupload maintainer-makefile useless-if-before-free
* maint: generate ChangeLog from git logsJim Meyering2009-11-301-0/+1
| | | | | | | | | * Makefile.am (dist-hook, gen-ChangeLog): New rules. * bootstrap.conf (gnulib_modules): Add gitlog-to-changelog. Ensure that ChangeLog exists. * ChangeLog-2009: Rename from ChangeLog * ChangeLog: Remove file. * .gitignore: Add ChangeLog.
* add gnulibPaolo Bonzini2009-11-261-7/+8
| | | | | * bootstrap: Use gnulib's build-aux/bootstrap. * configure.ac: Add gl_INIT and gl_EARLY.
* remove more gettext-provided m4 filesPaolo Bonzini2009-11-201-0/+1
| | | | | | | | | * m4/largefile.m4: Remove. * m4/lib-ld.m4: Remove. * m4/lib-prefix.m4: Remove. * m4/missing.m4: Remove. * m4/nls.m4: Remove. * m4/progtest.m4: Remove.
* run autopoint and fetch po files from the bootstrap scriptPaolo Bonzini2009-11-201-0/+1
| | | | | | | | | | | | * bootstrap: Add autopoint invocation and fetching of .po files. * configure.ac: Bump to GNU gettext 0.17. * ABOUT-NLS: Remove. * m4/gettext.m4: Remove. * m4/iconv.m4: Remove. * m4/lib-link.m4: Remove. * m4/po.m4: Remove. * po/*.po: Remove.
* fix last `make distcheck' failurePaolo Bonzini2009-11-201-1/+0
| | | | * configure.ac.in: Remove pointless (?) stamp-h rule.
* start modernizing autoconf infrastructurePaolo Bonzini2009-11-201-0/+1
| | | | | | | | | | | * configure.ac: Slightly modernize. * Makefile.am: Modernize, use dependencies. * Makefile.am: Modernize, use dependencies. * lib/Makefile.am: Remove ansi2knr. * src/Makefile.am: Remove ansi2knr. * .gitignore: Add INSTALL * build-aux/.gitignore: New.
* move .cvsignore files to .gitignorePaolo Bonzini2009-11-201-0/+16