https://github.com/geodynamics/citcoms
Revision 04c4125faa4d5d53f150c1079fb34e3451caa00e authored by Eh Tan on 17 March 2009, 23:42:01 UTC, committed by Eh Tan on 17 March 2009, 23:42:01 UTC
1 parent 6e50c43
Raw File
Tip revision: 04c4125faa4d5d53f150c1079fb34e3451caa00e authored by Eh Tan on 17 March 2009, 23:42:01 UTC
Rollback the unintended change in velo output.
Tip revision: 04c4125
.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