https://github.com/geodynamics/citcoms
Revision 7ea7b1db7811d9ecd5f2809c092a1bbcd5451905 authored by Thorsten Becker on 14 February 2011, 05:45:26 UTC, committed by Thorsten Becker on 14 February 2011, 05:45:26 UTC
1 parent 446b149
Raw File
Tip revision: 7ea7b1db7811d9ecd5f2809c092a1bbcd5451905 authored by Thorsten Becker on 14 February 2011, 05:45:26 UTC
Improved vtk output, still for Dan to test.
Tip revision: 7ea7b1d
.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