diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-02-16 20:15:21 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2017-02-16 22:29:15 +0800 |
commit | 6dadece8f371b5344cf6af05db9bffd6f302f2ba (patch) | |
tree | a8d72e10578ae50f93417f16fe941f22e52e2255 | |
parent | d90f85ca4a250b4884ad8caacd22117d2e03f9ab (diff) |
Add .gitignore file not to track some temp files
Change-Id: Ife72e2bed5c215f63cb17ef4dd318f45598aa4ee
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-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 + |