summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7ad380c..4437345 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,9 @@ luac.out
*.x86_64
*.hex
+### Lazy.nvim ###
+lazy-lock.json
+
### Vim ###
# Swap
[._]*.s[a-v][a-z]
@@ -83,3 +86,31 @@ cscope.out
cscope.in.out
cscope.po.out
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+