https://github.com/geodynamics/citcoms
Revision ed21917c422e2b2845aa230cedc877de143a8a6e authored by Thorsten Becker on 25 March 2013, 21:56:47 UTC, committed by Thorsten Becker on 25 March 2013, 21:56:47 UTC
1 parent c5526ec
Raw File
Tip revision: ed21917c422e2b2845aa230cedc877de143a8a6e authored by Thorsten Becker on 25 March 2013, 21:56:47 UTC
Updating to newest version for testing purposes.
Tip revision: ed21917
.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