diff options
author | Steven Knight <knight@baldmt.com> | 2010-05-13 13:16:46 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-05-13 13:16:46 (GMT) |
commit | 8552f05c5c7b2587bc714cc61d288a9b3eec261f (patch) | |
tree | 9a854ce65d56d52e65a2f272cceae5807e6b25d9 | |
parent | c88247d196c5b61c396baa041fd0f36dc33e9c6f (diff) | |
download | SCons-8552f05c5c7b2587bc714cc61d288a9b3eec261f.zip SCons-8552f05c5c7b2587bc714cc61d288a9b3eec261f.tar.gz SCons-8552f05c5c7b2587bc714cc61d288a9b3eec261f.tar.bz2 |
Add a .hgignore file.
-rw-r--r-- | .hgignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..94bc967 --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +build +bootstrap + +syntax:glob +*.py[co] +.sconsign* +.svn |