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
.*.swp
.ICEauthority
.Xauthority
.alpine-smime/
.aspell.*
.bash_history
.cache/
.gnupg
.lesshst
.lynx.cookies
.mozilla/
.nanorc
.rnd
.sqlite_history
.thumbnails/
.xsession-errors*
Documents
Downloads
files