https://github.com/geodynamics/citcoms
Revision 7389970c566e2e055eb58b6be569faac68652d82 authored by Eric Heien on 09 October 2014, 21:59:46 UTC, committed by Eric Heien on 09 October 2014, 21:59:46 UTC
1 parent cb811fc
Raw File
Tip revision: 7389970c566e2e055eb58b6be569faac68652d82 authored by Eric Heien on 09 October 2014, 21:59:46 UTC
Update version, changelog
Tip revision: 7389970
.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~
back to top