https://github.com/geodynamics/citcoms
Revision 162e668ce24e19a4c2bfb710cb7bdfa28d0d06f8 authored by Eric Heien on 01 February 2012, 21:11:35 UTC, committed by Eric Heien on 01 February 2012, 21:11:35 UTC
Set default configuration to not setup Pyre
Added note in examples directory regarding Pyre and Cookbooks

1 parent eb74d9f
Raw File
Tip revision: 162e668ce24e19a4c2bfb710cb7bdfa28d0d06f8 authored by Eric Heien on 01 February 2012, 21:11:35 UTC
Updated ChangeLog, configure.ac for 3.1.2 release
Tip revision: 162e668
.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