diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-11-26 10:35:58 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-11-26 10:35:58 -0600 |
commit | b7a56ddb43d3d3066806722da4d1c812ed1ad028 (patch) | |
tree | a197f2b3effebb39a253b234d9547599ae21f00a | |
parent | 2065963e8b444115da77e7975071303c315bdd2a (diff) | |
download | sddm-b7a56ddb43d3d3066806722da4d1c812ed1ad028.tar.gz sddm-b7a56ddb43d3d3066806722da4d1c812ed1ad028.tar.bz2 sddm-b7a56ddb43d3d3066806722da4d1c812ed1ad028.zip |
update .gitignore
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | src/.gitignore | 9 |
2 files changed, 9 insertions, 10 deletions
@@ -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 |