https://github.com/geodynamics/citcoms
Revision accc9b453122632df8853f2a220f2edb88229f6c authored by Eh Tan on 21 May 2009, 23:16:27 UTC, committed by Eh Tan on 21 May 2009, 23:16:27 UTC
1 parent f99c960
Raw File
Tip revision: accc9b453122632df8853f2a220f2edb88229f6c authored by Eh Tan on 21 May 2009, 23:16:27 UTC
add changes in r14999
Tip revision: accc9b4
.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