aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Möllmann2022-07-15 09:35:00 +0200
committerGerd Möllmann2022-07-15 09:35:00 +0200
commit3892ec6bb230ab9bbac0c2c868cb5207e8c755b4 (patch)
treef2a7eb9b0e85fdfbb395bf1438ed2d08fe3c26a0
parent3dde08e6b409c03b3cc6f1c54d828e60da97458f (diff)
downloademacs-3892ec6bb230ab9bbac0c2c868cb5207e8c755b4.tar.gz
emacs-3892ec6bb230ab9bbac0c2c868cb5207e8c755b4.zip
; Ignore Apple Finder files, ignore dap-mode dir.
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 16f449a446e..0ecbcd061fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -324,3 +324,9 @@ lib-src/seccomp-filter-exec.pfc
324 324
325# Ignore directory made by admin/make-manuals. 325# Ignore directory made by admin/make-manuals.
326manual/ 326manual/
327
328# Ignore Finder files on MacOS.
329.DS_Store
330
331# Ignore a directory used by dap-mode.
332.vscode