https://github.com/geodynamics/citcoms
Revision a9ab99ded5da2cc5d21fba220322e68ed6765ac4 authored by Eh Tan on 20 February 2009, 00:09:53 UTC, committed by Eh Tan on 20 February 2009, 00:09:53 UTC
1 parent 66ad9f1
Raw File
Tip revision: a9ab99ded5da2cc5d21fba220322e68ed6765ac4 authored by Eh Tan on 20 February 2009, 00:09:53 UTC
Partially back out r19268,r9272,r11215, since the AVM stuff is redesigned.
Tip revision: a9ab99d
.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