From 232c6bf19e57219eba1950980f279e193e305605 Mon Sep 17 00:00:00 2001 From: black_desk Date: Wed, 21 Jul 2021 13:12:03 +0800 Subject: [PATCH 1/2] .gitignore: add compile_commands.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ce0efb..d6536e8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Makefile Makefile.in .cproject .project +compile_commands.json /INSTALL /aclocal.m4 From 3a0e19075bf6aa1b837e554fca47a6ddcc89b6a3 Mon Sep 17 00:00:00 2001 From: black_desk Date: Wed, 21 Jul 2021 13:12:30 +0800 Subject: [PATCH 2/2] .gitignore: fix path --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d6536e8..0b9af40 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,9 @@ compile_commands.json /ar-lib /autom4te.cache /compile -/config.h -/config.h.in -/config.h.in~ +src/include/config.h +src/include/config.h.in +src/include/config.h.in~ /config.log /config.status /configure @@ -24,8 +24,8 @@ compile_commands.json /install-sh /missing /mosh-*.tar.gz -/stamp-h1 +src/include/stamp-h1 /test-driver /VERSION /scripts/mosh -/version.h +src/include/version.h