From 5c93b7785dc917fdc6f633606a49ebf6f97077dd Mon Sep 17 00:00:00 2001
From: Alex Goncharov <alex-goncharov@comcast.net>
Date: Sun, 4 Mar 2012 12:09:30 -0500
Subject: [PATCH] .gitignore: add build-*

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c122cd704..614b6ed7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ linux-[234]
 linux-8bit-[234]
 sparc-[234]
 sparc-8bit-[234]
+build-*
 
 # Ignore files generated by TeX
 src/docs/cmu-user/*.aux
-- 
GitLab