This file is indexed.

/usr/share/doc/syslogout/examples/etc/skel/.bash_logout is in syslogout 0.3.9.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# This is probably only useful within pure shell environments
# and will only create unexepected behaviour under X11 if any
# terminal emulator running a login shell is closed.  
#
# For using "syslogout" with X11, better use this code from your
# X display manager's Xreset file as explained in README.usage.

if [ -f /etc/syslogout ]; then
    . /etc/syslogout
fi