From 033088e120219f442e2eb42f31de8c9da25da322 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 16 Feb 2016 20:32:47 -0500 Subject: [PATCH] Ignore the .bc files output by the build --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7434492..8e2b78c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ dir.stamp *.map *.nexe *.pexe -*.nmf \ No newline at end of file +*.nmf +*.bc \ No newline at end of file