diff options
author | 2012-12-14 15:40:06 -0500 | |
---|---|---|
committer | 2012-12-14 15:44:07 -0500 | |
commit | e0f58922dbd632d11580e525640d27351eedbffb (patch) | |
tree | 4cfd4c7c46735fd644a6bceb9adf4f0461dd8f33 /.gitignore | |
parent | scripts/paxmodule.c: adopt the parse_cmd_args() logic of paxctl-ng.c (diff) | |
download | elfix-e0f58922dbd632d11580e525640d27351eedbffb.tar.gz elfix-e0f58922dbd632d11580e525640d27351eedbffb.tar.bz2 elfix-e0f58922dbd632d11580e525640d27351eedbffb.zip |
tests/revdeppaxtest: progress towards a test for revdep-pax
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,24 +2,34 @@ Makefile Makefile.in aclocal.m4 autom4te.cache +config.guess config.h config.h.in config.log config.status +config.sub configure depcomp install-sh +libtool +ltmain.sh missing +m4/ stamp-h1 # .deps *.o *.s *.swp +.libs/ +*.la +*.lo +# fix-gnustack paxctl-ng bad-gnustack -daemon +daemon* dummy +revdepbin # scripts/build |