projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dde08e
)
; Ignore Apple Finder files, ignore dap-mode dir.
author
Gerd Möllmann
<gerd@gnu.org>
Fri, 15 Jul 2022 07:35:00 +0000
(09:35 +0200)
committer
Gerd Möllmann
<gerd@gnu.org>
Fri, 15 Jul 2022 07:35:00 +0000
(09:35 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 16f449a446ecbc9a7cc2c9738de405d4894be4c7..0ecbcd061fba9a961c9a30f914e44a41ab568b9f 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-324,3
+324,9
@@
lib-src/seccomp-filter-exec.pfc
# Ignore directory made by admin/make-manuals.
manual/
+
+# Ignore Finder files on MacOS.
+.DS_Store
+
+# Ignore a directory used by dap-mode.
+.vscode