From 09aa8e8db4df4a05133d2164ad7fbce82ba07185 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 14 Apr 2020 12:53:51 -0400 Subject: [PATCH] Added missing files from first install --- .gitignore | 5 ++-- autom4te.cache/.gitignore | 48 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 autom4te.cache/.gitignore diff --git a/.gitignore b/.gitignore index 10b99a71..d10f6745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -autom4te.cache/ -autom4te.cache/* +autom4te.cache/output.* +autom4te.cache/traces.* +autom4te.cache/requests Makefile.in *.o diff --git a/autom4te.cache/.gitignore b/autom4te.cache/.gitignore new file mode 100644 index 00000000..10b99a71 --- /dev/null +++ b/autom4te.cache/.gitignore @@ -0,0 +1,48 @@ + +autom4te.cache/ +autom4te.cache/* +Makefile.in + +*.o + + +build/src/CTEM + +*.mod + +*.swp + + +build/ + +configure + +config/ + +examples/global-lunar-bombardment/.DS_Store + +examples/mare-with-rays-model2/.DS_Store + +__pycache__/ + +*.dat + +*.png + +*.DS_Store + +alocal.m4 + +*.m4 + +*.eps + +*.jpg + +examples/mare-with-rays-model2/CTEM + +examples/global-lunar-bombardment/CTEM + +examples/*/*.o* + +*.out