1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .*.swp
-
- # intermediate files:
-
- .deps/
- .libs/
- .dirstamp
-
- *.pyc
- *.o
- *.lo
-
- # build output:
-
- data/
- src/libucd.la
- tests/printucddata
-
- # test output:
-
- tests/*.expected
- tests/*.actual
- tests/*.diff
-
- # autotools output:
-
- INSTALL
- NEWS
- README
- aclocal.m4
- autom4te.cache/
- config.guess
- config.h.in
- config.h
- config.log
- config.status
- config.sub
- configure
- depcomp
- install-sh
- libtool
- ltmain.sh
- m4/
- missing
- Makefile
- Makefile.in
- stamp-h1
|