From b8c6c5a452642726c55ff02ed9945236cc58ec90 Mon Sep 17 00:00:00 2001
From: Christian Koernig <ckoernig@mail.desy.de>
Date: Fri, 12 Jun 2020 11:30:22 +0200
Subject: [PATCH] Removed the SWIG generated files from index and added them to
 gitignore

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

diff --git a/.gitignore b/.gitignore
index dc3ca3f..ff34b2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@
 __pycache__
 build
 
-.vscode
\ No newline at end of file
+.vscode
+
+# do not include the autogenerated SWIG files
+python/AmptekHardwareInterface.py
+python/AmptekHardwareInterface_wrap.cpp
-- 
GitLab