https://github.com/geodynamics/citcoms
Raw File
Tip revision: 669be07ee71d6ab5371d1de92c7d009da2e80385 authored by Eh Tan on 08 November 2007, 22:42:05 UTC
Created a release tag.
Tip revision: 669be07
.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