1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .*.swp
-
- # intermediate files:
-
- .deps/
- .libs/
- .dirstamp
-
- *.pyc
- *.o
- *.lo
-
- # build output:
-
- data/emoji
- data/ucd
-
- src/libucd.la
- tests/printcdata
- tests/printucddata
- tests/printucddata_cpp
-
- # test output:
-
- tests/*.expected
- tests/*.actual
- tests/*.diff
-
- # documentation output:
-
- docs/html/
-
- CHANGELOG.html
- README.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
|