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
|
@ -0,0 +1,2 @@
|
||||||
|
.config
|
||||||
|
rbw
|
|
@ -0,0 +1 @@
|
||||||
|
hist
|
|
@ -0,0 +1,3 @@
|
||||||
|
bookmarks
|
||||||
|
globhist
|
||||||
|
gotohist
|
|
@ -0,0 +1 @@
|
||||||
|
plugin
|
Loading…
Reference in New Issue