From babd7e4f61530bf6bde74e5610122fa9647e3d3e Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 22 Jun 2021 17:22:17 +0200 Subject: [PATCH] Ignore dap-mode file. dap-mode is an Emacs-mode for debugging, the file describes which debugger to use and how to start the program. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f331b9b..5e66ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /translations/*.pot /translations/de /CMakeUserPresets.json +/launch.json