https://github.com/CosmicFish/CosmicFish
Revision 028a5a1012ae2a4ae296f4431b02943936e961b0 authored by Marco Raveri on 08 December 2016, 21:51:10 UTC, committed by Marco Raveri on 08 December 2016, 21:51:10 UTC
1 parent 7ab304c
Raw File
Tip revision: 028a5a1012ae2a4ae296f4431b02943936e961b0 authored by Marco Raveri on 08 December 2016, 21:51:10 UTC
Added two initial apps. Added some utilities
Tip revision: 028a5a1
.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