From edf57901393aecbe71222a7b0b85391a39d0ece6 Mon Sep 17 00:00:00 2001 From: YiZhangCUG Date: Tue, 6 Apr 2021 23:36:36 +0800 Subject: [PATCH] add build/ to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dce7c61..e2bcab1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,7 @@ language.settings.xml *.tcl #wavelib-specific -denoised.txt \ No newline at end of file +denoised.txt + +build/ +.DS_Store \ No newline at end of file