commit | 7033b5a4c4b0c8a9a78d38f2ea3ad1a5438e1e66 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Oct 09 16:43:58 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 13 08:07:57 2016 -0500 |
tree | d0e3fbd0901391aa29a70bd945b0ce9862e949ce | |
parent | 40c2e1928f1858972eda5aafc9dd5e4f8e076f4a [diff] [blame] |
Add .gitignore Change-Id: Ib651fd8da3d4f6bf8ee0efe0267971705dd4ec43 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7485e6 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,4 @@ +*.swp +__pycache__ +*.pyc +*.pyo