https://github.com/geodynamics/citcoms
Revision f26ee7acdcc752306aa83a03a906d3b873a17ee0 authored by Leif Strand on 13 February 2009, 03:46:04 UTC, committed by Leif Strand on 13 February 2009, 03:46:04 UTC
1 parent 8e778fa
Raw File
Tip revision: f26ee7acdcc752306aa83a03a906d3b873a17ee0 authored by Leif Strand on 13 February 2009, 03:46:04 UTC
Fixed minor bug exposed by C-to-C++ translation (r14045).
Tip revision: f26ee7a
.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