https://github.com/geodynamics/citcoms
Revision e5d442816123c8c9c5d5d64adfcb04cf38d8a44d authored by Eh Tan on 13 June 2008, 23:25:41 UTC, committed by Eh Tan on 13 June 2008, 23:25:41 UTC
1 parent 94e1195
Raw File
Tip revision: e5d442816123c8c9c5d5d64adfcb04cf38d8a44d authored by Eh Tan on 13 June 2008, 23:25:41 UTC
Using firewall channel, since error channel doesn't stop the code.
Tip revision: e5d4428
.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