https://github.com/geodynamics/citcoms
Revision 2ef0c3dddeb957c9b30f36c8306901c26d8d666d authored by Eh Tan on 02 June 2009, 21:58:40 UTC, committed by Eh Tan on 02 June 2009, 21:58:40 UTC
1 parent 101123f
Raw File
Tip revision: 2ef0c3dddeb957c9b30f36c8306901c26d8d666d authored by Eh Tan on 02 June 2009, 21:58:40 UTC
init'd E->output.seismic and E->output.coord_bin
Tip revision: 2ef0c3d
.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