https://github.com/geodynamics/citcoms
Revision 33e0d0b1380c793bd5dcda01ed369f4b1e30318f authored by Eh Tan on 09 December 2009, 02:25:05 UTC, committed by Eh Tan on 09 December 2009, 02:25:05 UTC
1 parent ef97d2c
Raw File
Tip revision: 33e0d0b1380c793bd5dcda01ed369f4b1e30318f authored by Eh Tan on 09 December 2009, 02:25:05 UTC
Replaced TRUE and FALSE. Added function prototypes.
Tip revision: 33e0d0b
.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