https://github.com/geodynamics/citcoms
Revision a622619b97f74fa03a509001cdc6b7c048330c99 authored by Eh Tan on 10 May 2009, 16:37:31 UTC, committed by Eh Tan on 10 May 2009, 16:37:31 UTC
1 parent 658d80a
Raw File
Tip revision: a622619b97f74fa03a509001cdc6b7c048330c99 authored by Eh Tan on 10 May 2009, 16:37:31 UTC
Change version number for v3.1.0 alpha release
Tip revision: a622619
.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