diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-03-16 17:20:00 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-03-16 17:20:00 +0000 |
commit | d7f18fa6fab4b9941f94066af5eaeb975dd7597e (patch) | |
tree | ed1e18a3d918e249261e51b2be51a8188943bd34 | |
parent | d4c1600c4e3e4f380f5582f8bfba97fb466a18ce (diff) | |
download | gem5-d7f18fa6fab4b9941f94066af5eaeb975dd7597e.tar.xz |
misc: Add a gitignore file based on the current hgignore
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..08fd5064d --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +build +parser.out +parsetab.py +cscope.files +cscope.out +*.pyc +*~ +.*.swp +m5out +/src/doxygen +/ext/dramsim2/DRAMSim2 +/ext/mcpat/regression/*/*.out +/util/m5/*.o +/util/m5/*.a +/util/m5/m5 |