Updated .gitignore - see log.
This .gitignore now ignores all files that are not dot files in the home directory. All files are first ignored, then dot files are re-included, and then dot directories are re-included. Finally, specific dot files are re-ignored.
This commit is contained in:
parent
7a2b8373e0
commit
8e8ff48a2e
1 changed files with 7 additions and 3 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,17 +1,21 @@
|
|||
*
|
||||
!.*
|
||||
!.*/**
|
||||
*~
|
||||
*.save
|
||||
.*.swp
|
||||
.ICEauthority
|
||||
.Xauthority
|
||||
.alpine-smime/
|
||||
.aspell.*
|
||||
.bash_history
|
||||
.cache/
|
||||
.gnupg
|
||||
.lesshst
|
||||
.lynx.cookies
|
||||
.mozilla/
|
||||
.nanorc
|
||||
.rnd
|
||||
.sqlite_history
|
||||
.thumbnails/
|
||||
.xsession-errors*
|
||||
Documents
|
||||
Downloads
|
||||
files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue