diff options
author | Steve Losh <steve@stevelosh.com> | 2009-01-29 20:54:33 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-01-29 20:54:33 -0500 |
commit | 90fdd9601e2450a420564668b01fb6df1287c196 (patch) | |
tree | 15ffd014c92990c3314ccd96e1ee8138d7e3cac2 /.hgignore | |
download | bugseverywhere-90fdd9601e2450a420564668b01fb6df1287c196.tar.gz |
Starting off with an hgignore!
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 0000000..a0e81b7 --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +syntax: glob +*.pyc +.DS_Store +*.log +*.tmproj + |