https://github.com/geodynamics/citcoms
Revision 5ceef5d61909459e0b7a6f7e0a7236ef1299f88f authored by Leif Strand on 22 April 2009, 19:42:53 UTC, committed by Leif Strand on 22 April 2009, 19:42:53 UTC
1 parent 5759f63
Raw File
Tip revision: 5ceef5d61909459e0b7a6f7e0a7236ef1299f88f authored by Leif Strand on 22 April 2009, 19:42:53 UTC
Merged r14108:14275 from trunk.
Tip revision: 5ceef5d
.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