https://github.com/geodynamics/citcoms
Revision f97ae655a50bdbd6dac1923a3471ee4dae178fbd authored by Eric Heien on 15 October 2014, 00:59:55 UTC, committed by Eric Heien on 15 October 2014, 00:59:55 UTC
1 parent 464e1b3
Raw File
Tip revision: f97ae655a50bdbd6dac1923a3471ee4dae178fbd authored by Eric Heien on 15 October 2014, 00:59:55 UTC
Fix up manual
Tip revision: f97ae65
.gitignore
# ignore svn externals
.svn

# 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

# ignore files generated by make
archimedes/__init__.pyc
bin/CitcomSFull
bin/CitcomSRegional
bin/citcoms
bin/mpipycitcoms
bin/pycitcoms
visual/project_geoid
Py2C/Py2C

# ignore LaTex aux files, log files, etc
*.aux
*.lof
*.log
*.out
*.toc
doc/citcoms-manual.synctex.gz

visual/OpenDXMacro/Makefile.in

visual/OpenDXMacro/Makefile

config.h.in~

visual/OpenDXMacro/Makefile

visual/OpenDXMacro/Makefile.in

examples/Cookbook1/*botm*

examples/Cookbook1/*chkpt*

examples/Cookbook1/*coord*

examples/Cookbook1/*domain*

examples/Cookbook1/*surf*

examples/Cookbook1/*time*

examples/Cookbook1/*velo*

examples/Cookbook1/*visc*

examples/Cookbook1/pid*


*.bbl

*.blg
back to top