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 /.gitignore | |
download | atoolbox-46f05f0c4b9d73969e9bc017fdc8a08e0a590c3c.tar.bz2 |
Initialized my toolbox repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 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__ + |