https://github.com/geodynamics/citcoms
Revision 2f2115eb01b021eaaa19a9d99683c1f793f9bbb7 authored by Thorsten Becker on 26 January 2011, 00:14:53 UTC, committed by Thorsten Becker on 26 January 2011, 00:14:53 UTC
1 parent 2598655
Raw File
Tip revision: 2f2115eb01b021eaaa19a9d99683c1f793f9bbb7 authored by Thorsten Becker on 26 January 2011, 00:14:53 UTC
Added parentheses for logic statements as per compiler suggestion
Tip revision: 2f2115e
.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