diff mbox series

rt-tests: Add console_commands.json to gitignore

Message ID 20240923155317.43655-1-jwyatt@redhat.com
State New
Headers show
Series rt-tests: Add console_commands.json to gitignore | expand

Commit Message

John B. Wyatt IV Sept. 23, 2024, 3:53 p.m. UTC
compile_commands.json is needed to use the LSP functionality in
VSCode, Emacs, and Neovim. It is build specific so add it to the
gitignore.

Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

John Kacur Sept. 25, 2024, 5:47 p.m. UTC | #1
On Mon, 23 Sep 2024, John B. Wyatt IV wrote:

> compile_commands.json is needed to use the LSP functionality in
> VSCode, Emacs, and Neovim. It is build specific so add it to the
> gitignore.
> 
> Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
> Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 9d30878..1fa2677 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -47,5 +47,6 @@ rt-tests.spec
>  tags
>  TAGS
>  cscope.*
> +compile_commands.json
>  src/cyclictest/__pycache__/
>  __pycache__/
> -- 
> 2.46.0
> 
> 
> 
Signed-off-by: John Kacur <jkacur@redhat.com>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 9d30878..1fa2677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,5 +47,6 @@  rt-tests.spec
 tags
 TAGS
 cscope.*
+compile_commands.json
 src/cyclictest/__pycache__/
 __pycache__/