https://github.com/geodynamics/citcoms
Revision 74ce5d8caa29d13886011355bbe9634a82b648cd authored by Thorsten Becker on 24 January 2012, 18:03:52 UTC, committed by Thorsten Becker on 24 January 2012, 18:03:52 UTC
1 parent 552bc26
Raw File
Tip revision: 74ce5d8caa29d13886011355bbe9634a82b648cd authored by Thorsten Becker on 24 January 2012, 18:03:52 UTC
Updating to latest version for sync.
Tip revision: 74ce5d8
.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