https://github.com/geodynamics/citcoms
Revision c46afd83fd1f797308e1307b3bbf11a1fb61c89c authored by Leif Strand on 21 April 2009, 19:33:59 UTC, committed by Leif Strand on 21 April 2009, 19:33:59 UTC
1 parent 756b97b
Raw File
Tip revision: c46afd83fd1f797308e1307b3bbf11a1fb61c89c authored by Leif Strand on 21 April 2009, 19:33:59 UTC
Issue45: Check for Python.h.
Tip revision: c46afd8
.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