https://github.com/geodynamics/citcoms
Revision 754dc953c940ac65c72eaa52d86762e13aca83db authored by CIG Backend on 11 October 2013, 16:24:31 UTC, committed by CIG Backend on 11 October 2013, 16:24:31 UTC
1 parent 7c6b5ad
Raw File
Tip revision: 754dc953c940ac65c72eaa52d86762e13aca83db authored by CIG Backend on 11 October 2013, 16:24:31 UTC
Readd archimedes
Tip revision: 754dc95
.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