diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-03-29 15:25:41 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-03-29 15:26:34 -0500 |
| commit | fcff414cdf71951336daada85f23e729d5c5abd7 (patch) | |
| tree | cf5cea9cb69ac31c397fca565c7f4ccb17564948 /.gitignore | |
| parent | e5f6b968c72e749d2efd86a9653d42b9fa81e669 (diff) | |
| download | openpower-pnor-code-mgmt-fcff414cdf71951336daada85f23e729d5c5abd7.tar.gz openpower-pnor-code-mgmt-fcff414cdf71951336daada85f23e729d5c5abd7.zip | |
Changes to .gitignore for test/
Change-Id: Ic617457f6dfc8aef1bff8ba183b70dbcbe6f4b6e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b7a0bd88e..ce77b9d37 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ Makefile.in # http://www.gnu.org/software/autoconf /autom4te.cache -/autoscan.log -/autoscan-*.log /aclocal.m4 /compile /config.guess @@ -36,13 +34,15 @@ Makefile.in /texinfo.tex # Repo Specific Items -/*.o +*.o +*.trs /config.h /config.h.in~ -/config.log +*.log /config.status /openpower-version-host-software-manager /openpower-update-manager Makefile .deps *-libtool +/test/utest |

