From 6b765a2be8f4116c89aa3ca2c3c20e708e35db1e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 16 Sep 2016 01:11:00 +0000 Subject: [PATCH] Fix .gitignore file to actually work Change-Id: Ica8ac231d0084fd5d5f15e3473e1dc82e6fdbe7a Signed-off-by: Ed Warnicke --- nsh-plugin/.gitignore | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/nsh-plugin/.gitignore b/nsh-plugin/.gitignore index 7fc8961..b2fe2b6 100644 --- a/nsh-plugin/.gitignore +++ b/nsh-plugin/.gitignore @@ -1,16 +1,17 @@ # Build artifacts -aclocal.m4 +aclocal.m4 autom4te.cache/ -build/ -compile -config.guess +build/ +compile +config.guess config.sub -configure -depcomp -install-sh -ltmain.sh -Makefile.in +configure +depcomp +install-sh +ltmain.sh +libtool.m4 +Makefile.in missing - *~ cscope* + -- 2.16.6