diff options
author | 2017-02-16 07:13:14 +0000 | |
---|---|---|
committer | 2017-02-16 07:13:14 +0000 | |
commit | 3f3ac79b962de5c1be97c6fa7a0cd815379b419f (patch) | |
tree | 10c99a0e97401136eae4e758363de24c076601a7 | |
parent | ad076b3b19da12de1fc76674da4e1a2204a2b0ac (diff) | |
parent | 6dadece8f371b5344cf6af05db9bffd6f302f2ba (diff) |
Merge "Add .gitignore file not to track some temp files"
-rw-r--r-- | nsh-plugin/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nsh-plugin/.gitignore b/nsh-plugin/.gitignore index e771bad..2b732fc 100644 --- a/nsh-plugin/.gitignore +++ b/nsh-plugin/.gitignore @@ -14,3 +14,10 @@ missing *~ cscope* +java/m4/libtool.m4 +java/m4/ltoptions.m4 +java/m4/ltsugar.m4 +java/m4/ltversion.m4 +java/m4/lt~obsolete.m4 +packaging/deb/debian/debhelper-build-stamp + |