https://github.com/geodynamics/citcoms
Revision 6ceb31dba5be3b9eeeebe7711090bef10c5dc717 authored by Rajesh Kommu on 25 June 2014, 21:58:24 UTC, committed by Rajesh Kommu on 25 June 2014, 21:58:24 UTC
1 parent eb40d8e
Raw File
Tip revision: 6ceb31dba5be3b9eeeebe7711090bef10c5dc717 authored by Rajesh Kommu on 25 June 2014, 21:58:24 UTC
Removed Cookbook 10 from the CitcomS manual
Tip revision: 6ceb31d
.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

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