https://github.com/geodynamics/citcoms
Revision eb74d9f2c9b4ba6726f573955e50055089e6e208 authored by Thorsten Becker on 24 January 2012, 21:54:19 UTC, committed by Thorsten Becker on 24 January 2012, 21:54:19 UTC
1 parent 199d1d8
Raw File
Tip revision: eb74d9f2c9b4ba6726f573955e50055089e6e208 authored by Thorsten Becker on 24 January 2012, 21:54:19 UTC
Fixed minor ggrd assignment bug.
Tip revision: eb74d9f
.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