From 68a3cc37a077adcacc351bfeb37ebdaedeecef50 Mon Sep 17 00:00:00 2001
From: Brad Sawatzky <brads@jlab.org>
Date: Mon, 12 Apr 2021 18:15:06 -0400
Subject: [PATCH] Add '.root_build_dir' to .gitignore

---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index dbc7bd0..de838fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,18 +16,21 @@
 # Analysis output
 hel_scalers_*.json
 
+# ROOT history file
+.root_history
+
 # Directories
 RAID
 REPORT_OUTPUT
 HISTOGRAMS
 MON_OUTPUT
 ROOTfiles
-.root_history
 raw
 raw.copiedtotape
 cache
 logs
 scratch
+.root_build_dir
 
 # Symbolic links
 hcana
-- 
GitLab