https://github.com/geodynamics/citcoms
Revision c6a6fd73698b3d557d6e25de590cac056c256990 authored by Eh Tan on 07 April 2009, 22:50:02 UTC, committed by Eh Tan on 07 April 2009, 22:50:02 UTC
1 parent c5e1db6
Raw File
Tip revision: c6a6fd73698b3d557d6e25de590cac056c256990 authored by Eh Tan on 07 April 2009, 22:50:02 UTC
Revert the unintended modification of examples/Makefile.am
Tip revision: c6a6fd7
.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