From 8961862b4c8101758300aa456697da6e15f4d8d6 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Wed, 31 Jan 2018 18:36:44 +0100 Subject: [PATCH] update .gitignore update .gitignore and executable bit on autogensh --- .gitignore | 8 ++++++++ autogen.sh | 0 2 files changed, 8 insertions(+) mode change 100644 => 100755 autogen.sh diff --git a/.gitignore b/.gitignore index 2aeb090..d56db31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ *.o +*~ .~/ .gitignore +aclocal.m4 compile +config.guess config.log config.status +config.sub +depcomp +install-sh librsp.a Makefile Makefile.in +missing +test-driver configure autom4te.cache .deps diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755