diff options
author | Karel Zak | 2007-01-03 22:20:44 +0100 |
---|---|---|
committer | Karel Zak | 2007-01-03 22:20:44 +0100 |
commit | 8eeb575c0d4a0a7af62615829ae99fed4ee3c08c (patch) | |
tree | 2a947d2f207c9fd4cd1b49ce242b81d7422b9502 /.gitignore | |
parent | Imported from util-linux-2.13-pre7 tarball. (diff) | |
download | kernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.tar.gz kernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.tar.xz kernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.zip |
build-sys: remove generated autotools stuff from git
The generated autotools stuff shouldn't be maintained by SCM. After check out
from git use ./autogen.sh. For more details see README.devel.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9cab73c70..bca5871b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,26 @@ *~ +*.[ao] +Makefile +aclocal.m4 autom4te.cache -config.guess +stamp-h.in +Makefile.in +configure +config.cache config.h +config.h.in config.log +config.guess config.status config.sub -Makefile +stamp-h stamp-h1 +update.log +m4 +ABOUT-NLS +config.rpath +mkinstalldirs +compile +depcomp +install-sh +missing |