https://github.com/geodynamics/citcoms
Revision 4ea70e2ab22f4bd347b365f744fefb9a8788af9a authored by Thorsten Becker on 08 December 2010, 20:14:32 UTC, committed by Thorsten Becker on 08 December 2010, 20:14:32 UTC
1 parent df821c0
Raw File
Tip revision: 4ea70e2ab22f4bd347b365f744fefb9a8788af9a authored by Thorsten Becker on 08 December 2010, 20:14:32 UTC
Reverted the rowl adjustment since it didn't fix the problem reported by Dan.
Tip revision: 4ea70e2
.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