diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-02-16 07:13:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-02-16 07:13:14 +0000 |
commit | 3f3ac79b962de5c1be97c6fa7a0cd815379b419f (patch) | |
tree | 10c99a0e97401136eae4e758363de24c076601a7 /nsh-plugin | |
parent | ad076b3b19da12de1fc76674da4e1a2204a2b0ac (diff) | |
parent | 6dadece8f371b5344cf6af05db9bffd6f302f2ba (diff) |
Merge "Add .gitignore file not to track some temp files"
Diffstat (limited to 'nsh-plugin')
-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 + |