Revision 658d80a9e28b9a2f9e8e615db8bb04053319f777 authored by Eh Tan on 10 May 2009, 16:35:07 UTC, committed by Eh Tan on 10 May 2009, 16:35:07 UTC
1 parent 573f5d0
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