From 9ccaebfe4846823f86b77abf475b4daf980fb15a Mon Sep 17 00:00:00 2001 From: Christian Koernig <ckoernig@mail.desy.de> Date: Fri, 26 Mar 2021 10:36:18 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6007393..49297a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc +*.log +*.DS_Store + __pycache__ build @@ -7,3 +10,4 @@ build # do not include the autogenerated SWIG files python/amptek_hardware_interface/AmptekHardwareInterface.py python/amptek_hardware_interface/AmptekHardwareInterface_wrap.cpp +python/*.bin \ No newline at end of file -- GitLab