1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Upstream changelog is created from all NEWS-* files
changelog
debian_version
# this text is duplicated in the copyright file and source files e.g. atom-blogger.el
# It is easier to remove it here than to tweak the emacspeak.install file
lisp/g-client/COPYING
# The sound files are generated
sounds/3d/*.wav
# added in Debian to build sounds
sounds/3d/src/*.dat
# Generated files
etc/tips.html
etc/applications.html
# Don't ship (and don't be confused by) upstream git-hooks
git-hooks/
|