From 4b3b69ab15464f4bee1cf31f167502ebfd94b45c Mon Sep 17 00:00:00 2001 From: lutherwenxu <16671@kuencheng.edu.my> Date: Sat, 29 Jun 2019 18:39:18 +0800 Subject: [PATCH] gitignore: Add gitignore to the build location This commit moved gitignore to the build location --- .gitignore | 2 ++ compiler/.gitignore | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aad7ae35e3..d66b55b4d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.dSYM *_test +v +vprod diff --git a/compiler/.gitignore b/compiler/.gitignore index 1fb335aa93..257a21b47f 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -1,3 +1,2 @@ v.c vc -v