https://github.com/geodynamics/citcoms
Revision aaec6e9a4107d0dd9c15fc0871ba7aeb1e97c81b authored by Thorsten Becker on 04 March 2009, 23:45:21 UTC, committed by Thorsten Becker on 04 March 2009, 23:45:21 UTC
1 parent c7d458e
Raw File
Tip revision: aaec6e9a4107d0dd9c15fc0871ba7aeb1e97c81b authored by Thorsten Becker on 04 March 2009, 23:45:21 UTC
Changed ic flavors from 100 to 99 as per Eh's request
Tip revision: aaec6e9
.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