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*
|
.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*
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue