From a2f4c2071bcbcdb60db2448a40356983ab325fb8 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 22 Apr 2014 17:06:20 +0100 Subject: [PATCH] * adding stricter gitignore rule for cleaner git status --- .gitignore | 19 +++++++++++++++++++ NPLib/.gitignore | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..857c3f6a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# ignore root file +*.root +# ignore G4table +*.G4table +#ignore input file +*.reaction +*.detector +Inputs/* +# G4 crap +NPSimulation/bin +NPSimulation/tmp +*.macro +#various crap +*.swp +*.o +*.d +*LinkDef* +*.png +*.pdf diff --git a/NPLib/.gitignore b/NPLib/.gitignore index 8a49827ac..556184fdf 100644 --- a/NPLib/.gitignore +++ b/NPLib/.gitignore @@ -1 +1,5 @@ Makefile.detector +liblist +.core_libs +.detector_libs +DetectorList.inc -- GitLab