https://github.com/geodynamics/citcoms
Revision b0d8a759713d7d2ac0d4e78a387cab3c1b7b46b0 authored by Eric Heien on 02 February 2012, 00:29:10 UTC, committed by Eric Heien on 02 February 2012, 00:29:10 UTC
1 parent 162e668
Raw File
Tip revision: b0d8a759713d7d2ac0d4e78a387cab3c1b7b46b0 authored by Eric Heien on 02 February 2012, 00:29:10 UTC
Updated NEWS for past 2.5 years
Tip revision: b0d8a75
.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