https://github.com/geodynamics/citcoms
Revision 552bc26a8c349ee690461a7f7d47f59544061b46 authored by Eh Tan on 19 January 2012, 19:24:59 UTC, committed by Eh Tan on 19 January 2012, 19:24:59 UTC
1 parent f4cf4db
Raw File
Tip revision: 552bc26a8c349ee690461a7f7d47f59544061b46 authored by Eh Tan on 19 January 2012, 19:24:59 UTC
Stop configure if pyre is enabled and python 2.7 is used. See Issue622.
Tip revision: 552bc26
.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