diff options
author | Gabe Black <gabeblack@google.com> | 2017-10-04 20:07:40 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-10-05 09:16:42 +0000 |
commit | eecaf737f5af98c03a837cb496001a4c84394c46 (patch) | |
tree | 5e327915325788b7d24d9108bf96d3bd878165eb | |
parent | 9de3d9441648079e46d734fc8415c5b1dc12ec6a (diff) | |
download | gem5-eecaf737f5af98c03a837cb496001a4c84394c46.tar.xz |
misc: Add util/packet_pb2.py to .gitignore.
This file is automatically generated and not managed by git.
Change-Id: I077fe1ad89b65716a829b783a8b9c6e23b4d0b6b
Reviewed-on: https://gem5-review.googlesource.com/5006
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f849bf38..6075ffe0b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ m5out /util/m5/*.o /util/m5/*.a /util/m5/m5 +/util/packet_pb2.py /util/tap/*.d /util/tap/*.o /util/tap/m5tap |