add some strategically placed .gitignore files

because of the implementation of the termux-android Makefile installer,
the .config directory contents are symlinked into ~/.config. this
results in programs being able to write into the repo. these .gitignores
combat this.
This commit is contained in:
stupidcomputer 2024-04-26 14:06:01 -05:00
parent 9a64781d08
commit 6ede499b2f
4 changed files with 7 additions and 0 deletions

2
.config/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.config
rbw

1
.config/bash/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
hist

3
.config/elinks/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
bookmarks
globhist
gotohist

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

@ -0,0 +1 @@
plugin