From b7a56ddb43d3d3066806722da4d1c812ed1ad028 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 26 Nov 2018 10:35:58 -0600 Subject: update .gitignore --- .gitignore | 10 ---------- src/.gitignore | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7a4d51c..9820f10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,8 @@ *.swp *.swo -calculate_limits *.o -test -test-vector -Makefile.dep -test-likelihood -test-zebra -fit -test-charge *.zdab *.txt -test-path -release.h *.cmd *.png *.aux diff --git a/src/.gitignore b/src/.gitignore index 2750fd2..e87f8da 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,10 @@ +test +test-vector +Makefile.dep +test-likelihood +test-zebra +fit +test-charge +test-path +release.h calculate-csda-range -- cgit