diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-01-21 02:08:18 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-01-21 03:23:05 +0100 |
commit | c3aa7c8bba7794d8856156ac3c361e952847648d (patch) | |
tree | 96e398774d23b4206b3897b4559f9e84bec3c534 /.gitignore | |
parent | 09a464eb213212ac6538bc4bba9d2e391562b100 (diff) | |
download | ratpoison-c3aa7c8bba7794d8856156ac3c361e952847648d.zip |
more up-to-date autotools practices
* use proper AC_INIT / AM_INIT_AUTOMAKE arguments
* install macros in m4/
* install junk build files in build-aux/
* replace hand-rolled autogen.sh by autoreconf -i
* sync .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,4 +1,6 @@ *~ +/build-aux/ +/m4/ configure Makefile Makefile.in @@ -6,11 +8,6 @@ aclocal.m4 autom4te.cache config.status config.log -config.guess -config.sub -depcomp -install-sh -missing ratpoison-*.tar.gz ratpoison-*.tar.gz.sig TAGS |