https://github.com/CosmicFish/CosmicFish
Raw File
Tip revision: ec332f4ade76d852e4170be5cea7097ba44de594 authored by mraveri on 19 April 2021, 17:56:54 UTC
gfortran fix
Tip revision: ec332f4
.gitignore
# ignore the MAC files:
*.DS_Store

# ignore the ECLIPSE project file:
.project
.pydevproject
.settings

# ignore compilation products:
*.mod
*.o
*.a
*.pyc

# ignore executables:
camb/camb/camb
camb/eftcamb/camb
camb/mgcamb/camb

# ignore the build folder:
build

# ignore python test products:
*.coverage

# ignore stuff to run on clusters:
*.pbs
*.sbatch
*.out
*.err
back to top