diff options
author | Aaron LI <aaronly.me@outlook.com> | 2015-06-06 15:46:30 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2015-06-06 15:46:30 +0800 |
commit | 46f05f0c4b9d73969e9bc017fdc8a08e0a590c3c (patch) | |
tree | 98744af5a3668a2ea859705541e09719398a75ee | |
download | atoolbox-46f05f0c4b9d73969e9bc017fdc8a08e0a590c3c.tar.bz2 |
Initialized my toolbox repository.
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3a7200 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# .gitignore +# + +*~ +*.swp +*.un~ +*_bak + +# python +*.pyc +**/__pycache__ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..753b37e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Aly's toolbox ~ + +Aaron LI +2015/06/06 + +MIT License |