From bb1bb7aecd588ec382c526da63a4b5aae1fe3a39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 21 Jun 1996 22:04:14 +0200
Subject: [PATCH] now ignores build dir

Rev: .cvsignore:1.7
---
 .cvsignore | 1 +
 .gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.cvsignore b/.cvsignore
index 00bbbf0d2e..b66ed0fb55 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
+build
 reports
 test
 test.lpc
diff --git a/.gitignore b/.gitignore
index ada9bcc0fa..391976ae01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ _$*
 *.elc
 *.ln
 core
+/build
 /reports
 /test
 /test.lpc
-- 
GitLab