Revision 219c09fd7f3875fe175efe065fb20e9a7f5914e6 authored by mraveri on 19 August 2016, 09:13:01 UTC, committed by mraveri on 19 August 2016, 09:13:01 UTC
1 parent 84381d5
Raw File
.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
back to top