From b71fef5eed1fec4dea5c4cf344c0af178c101e66 Mon Sep 17 00:00:00 2001
From: "Timothy A. Smith" <tasmith4@illinois.edu>
Date: Mon, 27 May 2019 12:04:18 -0500
Subject: [PATCH] added *.cl to .gitignore

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

diff --git a/.gitignore b/.gitignore
index 907079c..57bc50a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *~
 .*.sw[op]
 *.o
+*.cl
 
 __pycache__
 .pytest_cache
-- 
GitLab