https://github.com/geodynamics/citcoms
Revision 90cb771885ee23796bed2ea5589e050647e87dba authored by Rajesh Kommu on 11 February 2014, 00:19:39 UTC, committed by Rajesh Kommu on 11 February 2014, 00:19:39 UTC
1 parent 8fde56f
Raw File
Tip revision: 90cb771885ee23796bed2ea5589e050647e87dba authored by Rajesh Kommu on 11 February 2014, 00:19:39 UTC
Checked in the LaTeX source file for the CitcomS manual, along with the images
Tip revision: 90cb771
.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
back to top