diff options
author | Peter Ward <peteraward@gmail.com> | 2014-02-22 20:22:46 +1100 |
---|---|---|
committer | Peter Ward <peteraward@gmail.com> | 2014-02-22 20:22:46 +1100 |
commit | 342bdfdc64e0b7e1874e6e9280e1a2475cc6b8bb (patch) | |
tree | b9f6c85c8af7e999deff587c3dcf5dd293186d07 /.hgignore |
initial version
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..e21f17c --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax: glob +*~ +*.py[co] |