https://github.com/geodynamics/citcoms
Revision c4154bcda743bbcf7a427d22f91a7e68d919d349 authored by Eh Tan on 21 January 2010, 20:11:11 UTC, committed by Eh Tan on 21 January 2010, 20:11:11 UTC
1 parent 0dc0383
Raw File
Tip revision: c4154bcda743bbcf7a427d22f91a7e68d919d349 authored by Eh Tan on 21 January 2010, 20:11:11 UTC
Added opendx macro to visualize opt (e.g. composition) fields.
Tip revision: c4154bc
.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