123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .*.swp
-
- # intermediate files:
-
- .deps/
- .libs/
- .dirstamp
-
- *.pyc
- *.o
- *.lo
-
- # build output:
-
- data/language-subtag-registry
- data/ucd
-
- src/libucd.la
- tests/printucddata
-
- # test output:
-
- tests/*.expected
- tests/*.actual
- tests/*.diff
-
- # documentation output:
-
- docs/html/
-
- # autotools output:
-
- INSTALL
- NEWS
- README
- aclocal.m4
- autom4te.cache/
- compile
- 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
|