dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

commit 11f912d74bbdbd4e75ee19bdf3a162fabd0de5a6
parent 2595d3cf1b3b9f7115d722a1106f3f4087f67694
Author: Ed van Bruggen <ed@edryd.org>
Date:   Mon, 28 Jul 2025 23:50:11 -0400

git: Add global gitignore

Diffstat:
MMakefile | 1+
Mgitconfig | 2++
Agitignore | 9+++++++++
3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -15,6 +15,7 @@ symlinks = bash_profile \ emacs \ gdbinit \ gitconfig \ + gitignore \ nvimrc \ pylintrc \ terminfo \ diff --git a/gitconfig b/gitconfig @@ -47,3 +47,5 @@ smtpServerPort = 587 [init] defaultBranch = main +[core] + excludesfile = /home/ed/.gitignore diff --git a/gitignore b/gitignore @@ -0,0 +1,9 @@ +# swap files +*~ +*.swp +*.swo +\#*\# + +# misc +tags +*Session.vim