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
|
*.save
|
||||||
.*.swp
|
.*.swp
|
||||||
.ICEauthority
|
.ICEauthority
|
||||||
.Xauthority
|
.Xauthority
|
||||||
|
.alpine-smime/
|
||||||
.aspell.*
|
.aspell.*
|
||||||
.bash_history
|
.bash_history
|
||||||
.cache/
|
.cache/
|
||||||
|
.gnupg
|
||||||
.lesshst
|
.lesshst
|
||||||
.lynx.cookies
|
.lynx.cookies
|
||||||
.mozilla/
|
.mozilla/
|
||||||
|
.nanorc
|
||||||
|
.rnd
|
||||||
.sqlite_history
|
.sqlite_history
|
||||||
.thumbnails/
|
.thumbnails/
|
||||||
.xsession-errors*
|
.xsession-errors*
|
||||||
Documents
|
|
||||||
Downloads
|
|
||||||
files
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue