https://github.com/geodynamics/citcoms
Revision b33dc3c669e50e01c9a19d9aa18fbf1647bddcde authored by Eh Tan on 05 March 2008, 21:06:11 UTC, committed by Eh Tan on 05 March 2008, 21:06:11 UTC
1 parent 331291e
Raw File
Tip revision: b33dc3c669e50e01c9a19d9aa18fbf1647bddcde authored by Eh Tan on 05 March 2008, 21:06:11 UTC
Write exclusive tracer time every 20 steps
Tip revision: b33dc3c
.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