Skip to content

Commit

Permalink
Got rid of all of the old autotools stuff and started building a whit…
Browse files Browse the repository at this point in the history
…elisted gitignore set
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 8, 2023
1 parent 762f589 commit e8bfe70
Show file tree
Hide file tree
Showing 80 changed files with 16 additions and 125,581 deletions.
94 changes: 15 additions & 79 deletions .gitignore
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
2 changes: 0 additions & 2 deletions AUTHORS

This file was deleted.

Loading

0 comments on commit e8bfe70

Please sign in to comment.