https://github.com/geodynamics/citcoms
Revision 70a834f76e1f49c84865d6c094c4fce9e81cf0a8 authored by Walter Landry on 26 February 2010, 21:04:48 UTC, committed by Walter Landry on 26 February 2010, 21:04:48 UTC
1 parent 4ff7faa
Raw File
Tip revision: 70a834f76e1f49c84865d6c094c4fce9e81cf0a8 authored by Walter Landry on 26 February 2010, 21:04:48 UTC
Fix a misleading comment
Tip revision: 70a834f
.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