https://github.com/geodynamics/citcoms
Revision c21beb176f3441f797632a567871027d25040d88 authored by Thorsten Becker on 04 February 2011, 05:03:01 UTC, committed by Thorsten Becker on 04 February 2011, 05:03:01 UTC
1 parent 9c045e8
Raw File
Tip revision: c21beb176f3441f797632a567871027d25040d88 authored by Thorsten Becker on 04 February 2011, 05:03:01 UTC
Temporarily moved velocity gradient computation to ensure compilation.
Tip revision: c21beb1
.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