diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-02 12:29:52 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-02 12:29:52 -0400 |
commit | 9fe74c6643a5643ca65c0cc859db9149bbe47ea3 (patch) | |
tree | c3a08eb8702ae14c19b78ff3f350d71bde1e2322 /.hgignore | |
download | lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.gz lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.bz2 lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.zip |
initial commit
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 0000000..ea5e656 --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax:glob +*.pyc +*~
\ No newline at end of file |