https://github.com/geodynamics/citcoms
Revision 7a6fa87b26ec65babebb1f639f8257d10b8746c5 authored by Thorsten Becker on 12 February 2011, 05:20:32 UTC, committed by Thorsten Becker on 12 February 2011, 05:20:32 UTC
1 parent 1cfc861
Raw File
Tip revision: 7a6fa87b26ec65babebb1f639f8257d10b8746c5 authored by Thorsten Becker on 12 February 2011, 05:20:32 UTC
Tip revision: 7a6fa87
.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