Update .gitignores.
This commit is contained in:
parent
3029da7929
commit
e51f4f0d87
2 changed files with 12 additions and 6 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -2,12 +2,7 @@
|
||||||
!/.*
|
!/.*
|
||||||
!/.*/
|
!/.*/
|
||||||
!/.*/**
|
!/.*/**
|
||||||
*~
|
|
||||||
.nfs*
|
|
||||||
*.save
|
|
||||||
.*.swp
|
|
||||||
.CFUserTextEncoding
|
|
||||||
.DS_Store
|
|
||||||
/.ICEauthority
|
/.ICEauthority
|
||||||
/.Trash/
|
/.Trash/
|
||||||
/.Xauthority*
|
/.Xauthority*
|
||||||
|
@ -19,6 +14,7 @@
|
||||||
/.cups/
|
/.cups/
|
||||||
/.dbus/
|
/.dbus/
|
||||||
/.fltk/
|
/.fltk/
|
||||||
|
/.gvfs/
|
||||||
/.lesshst
|
/.lesshst
|
||||||
/.lynx.cookies
|
/.lynx.cookies
|
||||||
/.mozilla/
|
/.mozilla/
|
||||||
|
@ -35,3 +31,11 @@
|
||||||
/.wget-hsts
|
/.wget-hsts
|
||||||
/.xca/
|
/.xca/
|
||||||
/.xsession-errors*
|
/.xsession-errors*
|
||||||
|
|
||||||
|
*~
|
||||||
|
*.save
|
||||||
|
|
||||||
|
.*.swp
|
||||||
|
.CFUserTextEncoding
|
||||||
|
.DS_Store
|
||||||
|
.nfs*
|
||||||
|
|
2
.local/share/.gitignore
vendored
2
.local/share/.gitignore
vendored
|
@ -1,5 +1,7 @@
|
||||||
|
Mousepad/
|
||||||
Trash/
|
Trash/
|
||||||
clipit/
|
clipit/
|
||||||
|
gegl-0.4/
|
||||||
gvfs-metadata/
|
gvfs-metadata/
|
||||||
mime/
|
mime/
|
||||||
recently-used.xbel
|
recently-used.xbel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue