Add leading slash to files that should not be excluded globally

closes #1
This commit is contained in:
rubo77 2016-04-28 11:02:44 +02:00
parent 3e67b9129c
commit a62db20357

View File

@ -29,16 +29,16 @@
#.vagrant.d #.vagrant.d
#.wine #.wine
#.twister #.twister
#twister #/twister
#Applications/eclipse* #Applications/eclipse*
#Downloads #/Downloads
#games
#*Popcorntime* #*Popcorntime*
#Scribus #/Scribus
#VirtualBox* #/VirtualBox*
# #
## Add Game Folders here: ## Add Game Folders here:
# #
#/games
#.local/share/Steam #.local/share/Steam
#.minecraft #.minecraft
#.PlayOnLinux #.PlayOnLinux
@ -52,12 +52,12 @@
.gvfs .gvfs
.local/share/gvfs-metadata .local/share/gvfs-metadata
# contains the actual encrypted home directory # contains the actual encrypted home directory
.Private /.Private
# Session-specific: # Session-specific:
.dbus /.dbus
.cache /.cache
.Trash /.Trash
.local/share/Trash .local/share/Trash
# Cached info about audio CDs: # Cached info about audio CDs:
@ -93,7 +93,7 @@
.Xauthority .Xauthority
.ICEauthority .ICEauthority
.gksu.lock .gksu.lock
.pulse # directory .pulse
.pulse-cookie .pulse-cookie
.esd_auth .esd_auth
@ -202,7 +202,7 @@
#Local repositories (added by errantlinguist on 2015-04-13): #Local repositories (added by errantlinguist on 2015-04-13):
.gradle/caches .gradle/caches
.m2/repository /.m2/repository
#indexer #indexer
.local/share/baloo .local/share/baloo
@ -218,4 +218,4 @@
.java/deployment/cache .java/deployment/cache
.icedteaplugin .icedteaplugin
.icedtea .icedtea
.gnome2/epiphany/favicon_cache .gnome2/epiphany/favicon_cache