1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- *.swn
- *.swo
- *.swp
- *~
- *.o
- glb-glx.?
- build/
- # http://www.gnu.org/software/automake
- Makefile.in
- Makefile
- # http://www.gnu.org/software/autoconf
- /m4
- /temp
- /autom4te.cache
- /aclocal.m4
- /compile
- /config.status
- /config.log
- /config.h
- /configure
- /depcomp
- /install-sh
- /missing
- /stamp-h1
- *~
- /build*/
- */.libs/*
- *.o
- *.la
- *.so*
- *.a
- .deps
- *.tar*
- *.zip
- *.lo
- *.gcno
- *.gcda
- app.info
- coverage_report
- .autotools
- config.guess
- config.sub
- #libtool
- ltmain.sh
- libtool
- .libs
- example
|