From b0065d8b7af130ff64fedb611c6cc42a2fa1a66d Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 1 Aug 2024 17:38:38 +0200 Subject: [PATCH] Add a basic .gitignore file (#195) --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..7310f4c6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Typical build / install folder names +build*/ +install/ + +# Generated /configured files +/src/cpp/include/lcio.h +/src/cpp/include/pre-generated/EVENT/LCIO.h +/src/aid/EVENT/LCIO.aid +/src/latex/manual/manual.tex +/pom.xml +/doc/lcio.xml +/doc/index.html +/config/lcio.properties + +# python caches +__pycache__/ + +# emacs / auctex +.auctex-auto/