mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
ignore nfs files, ignore zcompcache files
This commit is contained in:
parent
cdac686b71
commit
4966613ae1
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.nfs.*
|
||||||
|
|
1
zsh/.gitignore
vendored
1
zsh/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.history*
|
.history*
|
||||||
.zcompdump*
|
.zcompdump*
|
||||||
|
.zcompcache*
|
||||||
.*-cache
|
.*-cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue