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:
parent
9a64781d08
commit
6ede499b2f
2
.config/.gitignore
vendored
Normal file
2
.config/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.config
|
||||
rbw
|
1
.config/bash/.gitignore
vendored
Normal file
1
.config/bash/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
hist
|
3
.config/elinks/.gitignore
vendored
Normal file
3
.config/elinks/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
bookmarks
|
||||
globhist
|
||||
gotohist
|
1
.config/nvim/.gitignore
vendored
Normal file
1
.config/nvim/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
plugin
|
Loading…
Reference in New Issue
Block a user