Add some .gitignore files for more complex directories

This commit is contained in:
Tobias Reisinger 2023-05-28 20:31:09 +02:00
parent f442f5a2d3
commit 5f45b74bd9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 13 additions and 0 deletions

1
.config/home-manager/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
home.nix

1
.config/nvim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
init.lua

4
.config/vim/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
after/*
autoload/plug.vim
pack/themes/start/*
plugged/

7
.config/zsh/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.zcompdump*
custom/plugins/git-auto-status/
custom/plugins/nix-shell/
custom/plugins/nix-zsh-completions/
custom/plugins/zsh-syntax-highlighting/
jump_marks/
oh-my-zsh/