https://github.com/geodynamics/citcoms
Revision 46cfb7ac0d32c3e3518a630387e842aad586bfa8 authored by Eh Tan on 04 September 2008, 00:12:24 UTC, committed by Eh Tan on 04 September 2008, 00:12:24 UTC
1 parent 6ef0cc0
Raw File
Tip revision: 46cfb7ac0d32c3e3518a630387e842aad586bfa8 authored by Eh Tan on 04 September 2008, 00:12:24 UTC
forgot to checkin this change in r12799
Tip revision: 46cfb7a
.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