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
|
||||
/.Trash/
|
||||
/.Xauthority*
|
||||
|
|
@ -19,6 +14,7 @@
|
|||
/.cups/
|
||||
/.dbus/
|
||||
/.fltk/
|
||||
/.gvfs/
|
||||
/.lesshst
|
||||
/.lynx.cookies
|
||||
/.mozilla/
|
||||
|
|
@ -35,3 +31,11 @@
|
|||
/.wget-hsts
|
||||
/.xca/
|
||||
/.xsession-errors*
|
||||
|
||||
*~
|
||||
*.save
|
||||
|
||||
.*.swp
|
||||
.CFUserTextEncoding
|
||||
.DS_Store
|
||||
.nfs*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue