https://github.com/geodynamics/citcoms
Revision 2c35d253a6efc52bb442a75dc29557ce97f02ded authored by Eh Tan on 16 April 2009, 18:20:08 UTC, committed by Eh Tan on 16 April 2009, 18:20:08 UTC
1 parent a7389af
Raw File
Tip revision: 2c35d253a6efc52bb442a75dc29557ce97f02ded authored by Eh Tan on 16 April 2009, 18:20:08 UTC
Removed domain extents, since they are determined by coor_file.
Tip revision: 2c35d25
.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