https://github.com/geodynamics/citcoms
Revision cebdfcb67ebee185c99a74335117fd64b6f3d5b6 authored by Thorsten Becker on 31 July 2011, 20:38:35 UTC, committed by Thorsten Becker on 31 July 2011, 20:38:35 UTC
1 parent 1e7ff88
Raw File
Tip revision: cebdfcb67ebee185c99a74335117fd64b6f3d5b6 authored by Thorsten Becker on 31 July 2011, 20:38:35 UTC
Updating to newest version, don't think that there should be any significant
Tip revision: cebdfcb
.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