-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got rid of all of the old autotools stuff and started building a whit…
…elisted gitignore set
- Loading branch information
MintoDA1
authored and
MintoDA1
committed
Sep 8, 2023
1 parent
762f589
commit e8bfe70
Showing
80 changed files
with
16 additions
and
125,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,81 +1,17 @@ | ||
| # Whitelist ignore file: Ignore everything that isn't explicitly included | ||
| * | ||
| !ctem/** | ||
| !examples/** | ||
| !/src/** | ||
| !*.f90 | ||
| !*.py | ||
| !README.md | ||
| !ctem.in | ||
| !craterlist.in | ||
| !LOLASethCraterCatalogv8gt20-binned.dat | ||
| !lunar-MBA-impactor-velocities.dat | ||
| !NPFextrap.dat | ||
| !FassettCounts.txt | ||
| !NonMareNonSpa-Highlands.csv | ||
|
|
||
| autom4te.cache/output.* | ||
| autom4te.cache/traces.* | ||
| autom4te.cache/requests | ||
| Makefile.in | ||
|
|
||
| *.o | ||
|
|
||
|
|
||
| build/src/CTEM | ||
|
|
||
| *.mod | ||
|
|
||
| *.swp | ||
|
|
||
|
|
||
| configure | ||
|
|
||
| config/ | ||
|
|
||
| examples/global-lunar-bombardment/.DS_Store | ||
|
|
||
| examples/mare-with-rays-model2/.DS_Store | ||
|
|
||
| testing/ | ||
|
|
||
| __pycache__/ | ||
|
|
||
| *.dat | ||
|
|
||
| *.DS_Store | ||
|
|
||
| *.json | ||
|
|
||
| *.xml | ||
|
|
||
| *.iml | ||
|
|
||
| examples/mare-with-rays-model2/CTEM | ||
|
|
||
| examples/global-lunar-bombardment/CTEM | ||
|
|
||
| !LOLA*.dat | ||
| !lunar*.dat | ||
| !NPF*.dat | ||
| alocal.m4 | ||
|
|
||
| *.m4 | ||
|
|
||
| *.eps | ||
| examples/mare-with-rays-model2/CTEM | ||
|
|
||
|
|
||
| examples/global-lunar-bombardment/CTEM | ||
|
|
||
|
|
||
| examples/*/*.o* | ||
| *.out | ||
|
|
||
| !autogen.sh | ||
| *.sh | ||
| .vscode/* | ||
|
|
||
|
|
||
| examples/global-lunar-bombardment/scale.ipynb | ||
| *~ | ||
|
|
||
| *.m4 | ||
| *.code-workspace | ||
|
|
||
| *.png | ||
|
|
||
| python/ctem/ctem.egg-info/ | ||
| .idea/* | ||
| *.i90 | ||
|
|
||
| *.i90 | ||
|
|
||
| INSTALL | ||
|
|
||
| examples/global-lunar-bombardment/temp.in |
Oops, something went wrong.