https://github.com/geodynamics/citcoms
Revision 93f313187189f0c88de5c0f771cc9087ce3cb256 authored by Thorsten Becker on 02 February 2011, 01:09:51 UTC, committed by Thorsten Becker on 02 February 2011, 01:09:51 UTC
1 parent 4d1c25b
Raw File
Tip revision: 93f313187189f0c88de5c0f771cc9087ce3cb256 authored by Thorsten Becker on 02 February 2011, 01:09:51 UTC
Futher synchronization with CitcomCU anisotropic viscosity.
Tip revision: 93f3131
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top