Updated .gitignore - see log.

This .gitignore now ignores all files that are not dot files in
the home directory.  All files are first ignored, then dot files
are re-included, and then dot directories are re-included.
Finally, specific dot files are re-ignored.
This commit is contained in:
Darren 'Tadgy' Austin 2020-07-02 05:02:36 +01:00
commit 8e8ff48a2e

10
.gitignore vendored
View file

@ -1,17 +1,21 @@
*
!.*
!.*/**
*~ *~
*.save *.save
.*.swp .*.swp
.ICEauthority .ICEauthority
.Xauthority .Xauthority
.alpine-smime/
.aspell.* .aspell.*
.bash_history .bash_history
.cache/ .cache/
.gnupg
.lesshst .lesshst
.lynx.cookies .lynx.cookies
.mozilla/ .mozilla/
.nanorc
.rnd
.sqlite_history .sqlite_history
.thumbnails/ .thumbnails/
.xsession-errors* .xsession-errors*
Documents
Downloads
files