https://github.com/geodynamics/citcoms
Revision 234f0ef634ea6e1e075068631a86dd8e1d7b72a1 authored by Eh Tan on 08 June 2009, 18:11:24 UTC, committed by Eh Tan on 08 June 2009, 18:11:24 UTC
1 parent ba6a738
Raw File
Tip revision: 234f0ef634ea6e1e075068631a86dd8e1d7b72a1 authored by Eh Tan on 08 June 2009, 18:11:24 UTC
Added a safe guard
Tip revision: 234f0ef
.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