https://github.com/geodynamics/citcoms
Revision 8dcea683dc03fdc72fde8cac6c36d646959ecf4d authored by Thorsten Becker on 03 February 2011, 17:11:42 UTC, committed by Thorsten Becker on 03 February 2011, 17:11:42 UTC
1 parent 93f3131
Raw File
Tip revision: 8dcea683dc03fdc72fde8cac6c36d646959ecf4d authored by Thorsten Becker on 03 February 2011, 17:11:42 UTC
Forgot some functions, not sure why the linker didn't complain previously.
Tip revision: 8dcea68
.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