diff options
author | Nathan Binkert <nate@binkert.org> | 2007-07-13 22:39:41 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-07-13 22:39:41 -0700 |
commit | 92bb9242fb14db7ce3f78572ea428c8b3c06798a (patch) | |
tree | c4c0420610121434b3e5b735d4ff5edb6342b189 /.hgignore | |
parent | 2c8b9cbd7f03c1615057bd14a2eb1755d33d096f (diff) | |
download | gem5-92bb9242fb14db7ce3f78572ea428c8b3c06798a.tar.xz |
ignore stuff that we don't want to see in the status
--HG--
extra : convert_revision : c4a4711cf515507d4debcacacef5799adcfe3bef
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..cbbb7b492 --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +syntax: glob +build +parser.out +parsetab.py +*.pyc +*~ |