From f389a889adaccfa6a98ed0e5fdee20eb917662b7 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Thu, 26 Sep 2024 11:05:16 +0200 Subject: [PATCH] Exclude consistency output from `.gitignore` files --- ql/.gitignore | 1 - ruby/.gitignore | 1 - 2 files changed, 2 deletions(-) diff --git a/ql/.gitignore b/ql/.gitignore index b8df693e8270..2e6fbbf1cc6e 100644 --- a/ql/.gitignore +++ b/ql/.gitignore @@ -3,5 +3,4 @@ target .cache ql/test/**/*.testproj ql/test/**/*.actual -ql/test/**/CONSISTENCY work diff --git a/ruby/.gitignore b/ruby/.gitignore index f0b40d44e7a3..2ad57b363153 100644 --- a/ruby/.gitignore +++ b/ruby/.gitignore @@ -3,5 +3,4 @@ extractor/target .cache ql/test/**/*.testproj ql/test/**/*.actual -ql/test/**/CONSISTENCY .codeql