https://github.com/geodynamics/citcoms
Revision 199d1d894383d22603101ad3e4044ca3801b2de9 authored by Thorsten Becker on 24 January 2012, 18:44:23 UTC, committed by Thorsten Becker on 24 January 2012, 18:44:23 UTC
1 parent 74ce5d8
Raw File
Tip revision: 199d1d894383d22603101ad3e4044ca3801b2de9 authored by Thorsten Becker on 24 January 2012, 18:44:23 UTC
Debugging GGrd
Tip revision: 199d1d8
.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