https://github.com/geodynamics/citcoms
Revision 55d011235cef85de4728513a9225e6e133d7c006 authored by Eh Tan on 09 June 2009, 23:47:35 UTC, committed by Eh Tan on 09 June 2009, 23:47:35 UTC
1 parent 03dafa6
Raw File
Tip revision: 55d011235cef85de4728513a9225e6e133d7c006 authored by Eh Tan on 09 June 2009, 23:47:35 UTC
Adding ggrd compilation support
Tip revision: 55d0112
.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