dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit f2fa5c870cfe708b3da51f87a3921f359b1a1b42
parent ecba4c87a3dda22e3e1dc73e35481912ca261933
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Jul 2021 18:57:22 -0700

Add .gitignore files under .local

Diffstat:
A.local/.gitignore | 1+
A.local/share/.gitignore | 2++
A.local/share/applications/.gitignore | 2++
A.local/share/mc/.gitignore | 1+
4 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/.local/.gitignore b/.local/.gitignore @@ -0,0 +1 @@ +tmp diff --git a/.local/share/.gitignore b/.local/share/.gitignore @@ -0,0 +1,2 @@ +mime +recently-used.xbel diff --git a/.local/share/applications/.gitignore b/.local/share/applications/.gitignore @@ -0,0 +1,2 @@ +*.desktop +mimeinfo.cache diff --git a/.local/share/mc/.gitignore b/.local/share/mc/.gitignore @@ -0,0 +1 @@ +history