Revision 5d9b20c3be309fcd6547d3bc73423e44aa2713eb authored by Luis Armendariz on 02 August 2007, 22:44:47 UTC, committed by Luis Armendariz on 02 August 2007, 22:44:47 UTC
1 parent 3d5f153
Raw File
.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