commit | 71b712b9bd8bc58864f7b81434cb35157b779f09 | [log] [tgz] |
---|---|---|
author | Chengyu Fan <chengy.fan@gmail.com> | Wed Sep 09 22:13:56 2015 -0600 |
committer | Chengyu Fan <chengy.fan@gmail.com> | Mon Sep 21 20:26:56 2015 -0600 |
tree | 4103aba9d02ba96884f19d3e7449b45b6eb17f69 | |
parent | 3b9bb34b3bd1ba37129b8585d1585819f0a76bc0 [diff] [blame] |
catalog: add logging and fix bugs * use user-friendly messages * fix help output refs: #3189 Change-Id: I33dcb1a9c806d01c6665e0ef941d5b4f1d64774f
diff --git a/.gitignore b/.gitignore index 7679b3c..1efe831 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,7 +1,14 @@ -.* -!.git* -**/*.pyc +# Emacs temp files +*~ + +# Mac OSX +.DS_* + +# waf build system +.waf-1* +.waf3-* +.lock* build/ -waf-* - +# Compiled python code +*.pyc