Revision 8d8016f738667cb223d03e00f56ad2b742f4b330 authored by Eric Heien on 02 February 2012, 00:41:19 UTC, committed by Eric Heien on 02 February 2012, 00:41:19 UTC
1 parent b0d8a75
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