From b72aabdef41305e77209013a45cc4a756ef7341c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 26 Mar 2019 10:08:34 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b4ca5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.*\~ +*.*~ +*.*\# +*.*# +~*.* +\#*.* +*.tar +*.tar.gz +target +config/ \ No newline at end of file