https://github.com/geodynamics/citcoms
Revision a0d3b96b45672330e0773d50475d7939682882c8 authored by Eh Tan on 07 November 2008, 23:31:29 UTC, committed by Eh Tan on 07 November 2008, 23:31:29 UTC
1 parent 8ad1a60
Raw File
Tip revision: a0d3b96b45672330e0773d50475d7939682882c8 authored by Eh Tan on 07 November 2008, 23:31:29 UTC
Added parameter 'use_cbf_topo' to pyre binding, default to off.
Tip revision: a0d3b96
.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