https://github.com/geodynamics/citcoms
Revision 9a0fcce6d98ab711fdbe8a7b3fc9592a33159893 authored by Michael Gurnis on 05 May 2008, 19:17:31 UTC, committed by Michael Gurnis on 05 May 2008, 19:17:31 UTC
1 parent 8ffc5f0
Raw File
Tip revision: 9a0fcce6d98ab711fdbe8a7b3fc9592a33159893 authored by Michael Gurnis on 05 May 2008, 19:17:31 UTC
Bug Fix
Tip revision: 9a0fcce
.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