Update .gitignore.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-01 17:29:00 +01:00
commit f89ef38f8e

55
.gitignore vendored
View file

@ -1,32 +1,31 @@
* /*
!.* !/.*
!.*/** !/.*/
!/.*/**
*~ *~
.nfs* .nfs*
*.save *.save
.*.swp .*.swp
.ICEauthority /.ICEauthority
.Xauthority /.Xauthority*
.Xauthority.orig /.ab*
.ab* /.alpine-smime/
.alpine-smime/ /.aspell.*
.aspell.* /.bash_history*
.bash_history /.cache/
.bash_history-* /.dbus/
.cache/ /.fltk/
.dbus/ /.lesshst
.fltk/ /.lynx.cookies
.lesshst /.mozilla/
.lynx.cookies /.nanorc
.mozilla/ /.pki/
.nanorc /.rnd
.pki/ /.screen-*/
.rnd /.sqlite_history
.screen-*/ /.thumbnails/
.sqlite_history /.vmware/
.thumbnails/ /.vnc/
.vmware /.wget-hsts
.vnc /.xca/
.wget-hsts /.xsession-errors*
.xca
.xsession-errors*