https://github.com/geodynamics/citcoms
Revision 8bb44b542d26ee2d32d3bc68f64f23428982e8f9 authored by Eh Tan on 21 January 2010, 21:23:26 UTC, committed by Eh Tan on 21 January 2010, 21:23:26 UTC
1 parent 3ad8c8c
Raw File
Tip revision: 8bb44b542d26ee2d32d3bc68f64f23428982e8f9 authored by Eh Tan on 21 January 2010, 21:23:26 UTC
Added pyre input for the new parameters added in r16138.
Tip revision: 8bb44b5
.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