https://github.com/geodynamics/citcoms
Revision 1670e553a02c579d3a01b04cfcf7965071d67b83 authored by Eh Tan on 10 May 2009, 23:18:05 UTC, committed by Eh Tan on 10 May 2009, 23:18:05 UTC
1 parent a622619
Raw File
Tip revision: 1670e553a02c579d3a01b04cfcf7965071d67b83 authored by Eh Tan on 10 May 2009, 23:18:05 UTC
add more chaanges in v3.1.0
Tip revision: 1670e55
.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