diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-06-18 03:55:08 +0200 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2014-04-29 13:52:05 -0400 |
commit | c92404d08090a67a019776d5478f4dd615306968 (patch) | |
tree | a83d0b89d51e6139569ede36d6c78602e46078f1 /.gitignore | |
parent | eca0c1ecb7b7f7a0d390b3c84f0099f8ce688f27 (diff) | |
download | libseccomp-c92404d08090a67a019776d5478f4dd615306968.tar.gz |
build: initial attempt to use autotools as the build system
With my apologies to Jan for delaying this patch for so long, there
are a number of differences between Jan's original patch and what is
being merged in this patch; almost all of the changes are due to
changes in the underlying code base, but there are a few minor fixes
as well.
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -1,16 +1,25 @@ *~ -*.a +*.la +*.lo *.o -*.d -*.dtmp +*.pc *.swp *.orig +.deps +.dirstamp +.libs .stgit-* .stgitmail.txt +Makefile +Makefile.in cscope.* tags -configure.h -configure.mk -version_info.mk -version.h -libseccomp.pc +/autom4te.cache +/aclocal.m4 +/build-aux +/config.* +/configure +/configure.h* +/libtool +/m4 +/stamp-h1 |