https://github.com/geodynamics/citcoms
Revision 6d14023848a3a370ad1c52aee18d4e2088ee2db9 authored by Eric Heien on 16 July 2011, 18:11:31 UTC, committed by Eric Heien on 16 July 2011, 18:11:31 UTC
1 parent e8e0a62
Raw File
Tip revision: 6d14023848a3a370ad1c52aee18d4e2088ee2db9 authored by Eric Heien on 16 July 2011, 18:11:31 UTC
Further work on converting tracer code to C++
Tip revision: 6d14023
.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