https://github.com/geodynamics/citcoms
Revision 76b45b000fca4f58724a77d556f5a0c80389c6d5 authored by Eric Heien on 20 July 2011, 18:06:57 UTC, committed by Eric Heien on 20 July 2011, 18:06:57 UTC
1 parent 1e7ff88
Raw File
Tip revision: 76b45b000fca4f58724a77d556f5a0c80389c6d5 authored by Eric Heien on 20 July 2011, 18:06:57 UTC
Fresh development branch
Tip revision: 76b45b0
.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