From 682e5dd48ac854fc8a1cc49fd572663284903cf4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 26 Apr 2016 16:59:05 +0800 Subject: Use git to manage the tools of excess_sample --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..085391c --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# .gitignore + +*~ +*.swp +*.un~ +*_bak + +# python +__init__.py +*.pyc +**/__pycache__ + -- cgit v1.2.2