diff options
author | Anthony Gutierrez <atgutier@umich.edu> | 2015-11-13 17:03:48 -0500 |
---|---|---|
committer | Anthony Gutierrez <atgutier@umich.edu> | 2015-11-13 17:03:48 -0500 |
commit | 7678ddeb46afc24488cfad776350b586bb5d2b30 (patch) | |
tree | 0a275b4adb7a6a79f8af3acb89ab4b4539e27d3f /.hgignore | |
parent | 0ee18f5b660ff45a9a13da4c7aaec4d9cd0a975b (diff) | |
download | gem5-7678ddeb46afc24488cfad776350b586bb5d2b30.tar.xz |
misc: ignore object files and static libs in util/m5
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ m5out src/doxygen ext/dramsim2/DRAMSim2 ext/mcpat/regression/*/*.out +util/m5/*.o +util/m5/*.a +util/m5/m5 |