Update .gitignore.
This commit is contained in:
parent
16cde833b3
commit
f89ef38f8e
1 changed files with 27 additions and 28 deletions
55
.gitignore
vendored
55
.gitignore
vendored
|
@ -1,32 +1,31 @@
|
|||
*
|
||||
!.*
|
||||
!.*/**
|
||||
/*
|
||||
!/.*
|
||||
!/.*/
|
||||
!/.*/**
|
||||
*~
|
||||
.nfs*
|
||||
*.save
|
||||
.*.swp
|
||||
.ICEauthority
|
||||
.Xauthority
|
||||
.Xauthority.orig
|
||||
.ab*
|
||||
.alpine-smime/
|
||||
.aspell.*
|
||||
.bash_history
|
||||
.bash_history-*
|
||||
.cache/
|
||||
.dbus/
|
||||
.fltk/
|
||||
.lesshst
|
||||
.lynx.cookies
|
||||
.mozilla/
|
||||
.nanorc
|
||||
.pki/
|
||||
.rnd
|
||||
.screen-*/
|
||||
.sqlite_history
|
||||
.thumbnails/
|
||||
.vmware
|
||||
.vnc
|
||||
.wget-hsts
|
||||
.xca
|
||||
.xsession-errors*
|
||||
/.ICEauthority
|
||||
/.Xauthority*
|
||||
/.ab*
|
||||
/.alpine-smime/
|
||||
/.aspell.*
|
||||
/.bash_history*
|
||||
/.cache/
|
||||
/.dbus/
|
||||
/.fltk/
|
||||
/.lesshst
|
||||
/.lynx.cookies
|
||||
/.mozilla/
|
||||
/.nanorc
|
||||
/.pki/
|
||||
/.rnd
|
||||
/.screen-*/
|
||||
/.sqlite_history
|
||||
/.thumbnails/
|
||||
/.vmware/
|
||||
/.vnc/
|
||||
/.wget-hsts
|
||||
/.xca/
|
||||
/.xsession-errors*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue