https://github.com/geodynamics/citcoms
Revision b215c86bdcf6a676edb291a63b97f75794eaa5c1 authored by Eh Tan on 01 May 2009, 22:13:26 UTC, committed by Eh Tan on 01 May 2009, 22:13:26 UTC
1 parent 05da830
Raw File
Tip revision: b215c86bdcf6a676edb291a63b97f75794eaa5c1 authored by Eh Tan on 01 May 2009, 22:13:26 UTC
explicitly add Python.h to requirement
Tip revision: b215c86
.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