https://github.com/geodynamics/citcoms
Revision e0c0a55dce65344fffbc09268ce2b920f929428e authored by Eh Tan on 19 June 2008, 23:10:08 UTC, committed by Eh Tan on 19 June 2008, 23:10:08 UTC
Merged from trunk r12177.

1 parent e2ef7c3
Raw File
Tip revision: e0c0a55dce65344fffbc09268ce2b920f929428e authored by Eh Tan on 19 June 2008, 23:10:08 UTC
Checked the validity of input.
Tip revision: e0c0a55
.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