https://github.com/geodynamics/citcoms
Revision 446b1493af5c32205cb264fcdf83dbb2ec250a66 authored by Thorsten Becker on 12 February 2011, 05:30:30 UTC, committed by Thorsten Becker on 12 February 2011, 05:30:30 UTC
1 parent 7a6fa87
Raw File
Tip revision: 446b1493af5c32205cb264fcdf83dbb2ec250a66 authored by Thorsten Becker on 12 February 2011, 05:30:30 UTC
Aedded the actual files because I didn't know how to link from CitcomCU.
Tip revision: 446b149
.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