From 86d1667684e10a1fffbd866a504b94673d59dc7f Mon Sep 17 00:00:00 2001
From: Edward Brash <brash@jlab.org>
Date: Wed, 21 Aug 2013 13:35:33 -0400
Subject: [PATCH] Modifications to .gitignore to ignore .os files (SCons build
 standard) as well as some other SCons generated files.

---
 .gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index 00322f8..2603f0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,17 @@
 
 # Auto generated files
 HallCDict.cxx
+HallCDict.C
 HallCDict.h
 HallCDict.o
+NormAnaDict.C
+NormAnaDict.h
+THaScalDict.C
+THaScalDict.h
+THaDecDict.C
+THaDecDict.h
+haDict.h
+haDict.C
 hcana
 
 # scons stuff
@@ -16,6 +25,7 @@ config.log
 *.[oad]
 *~
 *.so
+*.os
 \#*\#
 
 # Examples directory
-- 
GitLab