summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-16 02:02:41 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-16 02:02:41 -0400
commit23e0f619463cb6ff4ce82239bc3b888d7fccf319 (patch)
treeee4ceb29c5ca0e0859e0226c74a8b7858387cbec /.gitignore
parent17c22a2ec66af3c73834c035659eb2bc687f58c0 (diff)
Major cleanup for macOS developmentneorg
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore50
1 files changed, 44 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 3b8f40f..31c8c98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,3 @@
-# Created by https://www.toptal.com/developers/gitignore/api/lua
-# Edit at https://www.toptal.com/developers/gitignore?templates=lua
-
-### Lua ###
# Compiled Lua sources
luac.out
@@ -43,7 +39,6 @@ luac.out
*.x86_64
*.hex
-### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
@@ -64,12 +59,53 @@ tags
# Persistent undo
[._]*.un~
-### Tags ###
+*~
+
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+
+# 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
+
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
+ctags
.tags
!tags/
gtags.files
@@ -82,3 +118,5 @@ cscope.out
cscope.in.out
cscope.po.out
+
+