diff options
author | www-data <www-data@hammett.srv.pocoo.org> | 2007-09-08 19:15:22 +0200 |
---|---|---|
committer | www-data <www-data@hammett.srv.pocoo.org> | 2007-09-08 19:15:22 +0200 |
commit | 503ce45d723f4e9f5a365d9e5298148e5f159922 (patch) | |
tree | 55e44a3a2b32e8ce2cf919a4c80179d3f4367d8a /.hgignore | |
parent | 82285742c59f835bb0cb10ed889db256db2fe757 (diff) | |
download | pygments-503ce45d723f4e9f5a365d9e5298148e5f159922.tar.gz |
Add a .hgignore file.
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 00000000..3c252ccf --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax: glob +*.pyc +*.pyo |