diff options
author | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-03 13:52:05 +0000 |
---|---|---|
committer | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-03 13:52:05 +0000 |
commit | e5ce84621b0d889b60c60aa49f82864471ed507b (patch) | |
tree | ff4f8b9d625ac559e16f0191c135ac4a1f1f0a9c /.hgignore | |
parent | 65e61ca45081ed4f19bfd9ee0a50fee4f0d0359b (diff) | |
download | ghdl-e5ce84621b0d889b60c60aa49f82864471ed507b.tar.gz ghdl-e5ce84621b0d889b60c60aa49f82864471ed507b.tar.bz2 ghdl-e5ce84621b0d889b60c60aa49f82864471ed507b.zip |
Added .hgignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..3b0c06f65 --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax:glob +*~ +*.tar.bz2 |