diff options
author | Gabe Black <gabeblack@google.com> | 2017-06-02 16:53:45 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-06-03 15:41:16 +0000 |
commit | 0ab6a43905a1a8ccab4a177ab4e7176e4f738c7b (patch) | |
tree | 63704477896a0d25a0efa05de56bf3c00044e7eb /.gitignore | |
parent | c0e56306d929ab6d897d120a498b5a38df2df65a (diff) | |
download | gem5-0ab6a43905a1a8ccab4a177ab4e7176e4f738c7b.tar.xz |
misc: Ignore build products in src/util/term.
Change-Id: I8027a282c261d29cd276742411eb0ed3ce078247
Reviewed-on: https://gem5-review.googlesource.com/3641
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a207bad16..6bb759ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ m5out /util/tap/*.d /util/tap/*.o /util/tap/m5tap +/util/term/m5term /system/arm/dt/*.dtb |