https://github.com/geodynamics/citcoms
Revision 4ff7faae39241ff925bb9f9eee2180bf574c96ae authored by Walter Landry on 02 February 2010, 23:41:21 UTC, committed by Walter Landry on 02 February 2010, 23:41:21 UTC
1 parent f5834c5
Raw File
Tip revision: 4ff7faae39241ff925bb9f9eee2180bf574c96ae authored by Walter Landry on 02 February 2010, 23:41:21 UTC
Fix an error when running autoreconf -i
Tip revision: 4ff7faa
.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