https://github.com/geodynamics/citcoms
Revision 5ab697065e52185f93d7cc70086ec5f87a43e07e authored by Thorsten Becker on 08 April 2009, 20:24:59 UTC, committed by Thorsten Becker on 08 April 2009, 20:24:59 UTC
1 parent c6a6fd7
Raw File
Tip revision: 5ab697065e52185f93d7cc70086ec5f87a43e07e authored by Thorsten Becker on 08 April 2009, 20:24:59 UTC
Fixed bug in vtop assignment.
Tip revision: 5ab6970
.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