diff options
author | 2016-09-16 01:11:00 +0000 | |
---|---|---|
committer | 2016-09-16 16:49:25 +0000 | |
commit | 6b765a2be8f4116c89aa3ca2c3c20e708e35db1e (patch) | |
tree | 131da906dc4a8aa0fb7208bc383fc6c768e54108 /nsh-plugin | |
parent | 867fc35e6d20a153a2e214bef4d8aa9a806fb54e (diff) |
Fix .gitignore file to actually work
Change-Id: Ica8ac231d0084fd5d5f15e3473e1dc82e6fdbe7a
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Diffstat (limited to 'nsh-plugin')
-rw-r--r-- | nsh-plugin/.gitignore | 21 |
1 files 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* + |