commit | 3f90fda055f5e29920de59765f58c96b75e2354f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jun 13 20:15:24 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jun 13 20:37:44 2018 -0400 |
tree | 79c2408b178dac45976ce430926d6f05ffeff92e |
Initial commit Change-Id: Ic2a5f4ab40bf131a1980fbc9b5a9922d16a7fada
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..608c272 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,29 @@ +# Emacs +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +.\#* + +# Visual Studio Code +.vscode/ + +# macOS +.DS_Store +.AppleDouble +.LSOverride +._* + +# Waf build system +/build/ +.waf-*-*/ +.waf3-*-*/ +.lock-waf* + +# Compiled python code +__pycache__/ +*.py[cod] + +# Other +/VERSION