diff options
author | Gabe Black <gabeblack@google.com> | 2017-06-02 16:51:38 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-06-03 15:41:01 +0000 |
commit | c0e56306d929ab6d897d120a498b5a38df2df65a (patch) | |
tree | e8534f37364a597d7c48f4038d2df2ea7844ef86 /.gitignore | |
parent | c58537ca206f2fb3829050a4a0e342edef0bd64b (diff) | |
download | gem5-c0e56306d929ab6d897d120a498b5a38df2df65a.tar.xz |
misc: Add git ignore patterns for build products in src/util/tap
Change-Id: I498058255a05585e8142bdaa852549e20c27e347
Reviewed-on: https://gem5-review.googlesource.com/3640
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13a0c2c73..a207bad16 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ m5out /util/m5/*.o /util/m5/*.a /util/m5/m5 +/util/tap/*.d +/util/tap/*.o +/util/tap/m5tap /system/arm/dt/*.dtb |