aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2015-06-06 15:46:30 +0800
committerAaron LI <aaronly.me@outlook.com>2015-06-06 15:46:30 +0800
commit46f05f0c4b9d73969e9bc017fdc8a08e0a590c3c (patch)
tree98744af5a3668a2ea859705541e09719398a75ee /.gitignore
downloadatoolbox-46f05f0c4b9d73969e9bc017fdc8a08e0a590c3c.tar.bz2
Initialized my toolbox repository.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
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__
+