From 55cdb7d755aaa752e55751793a0d71a665c63a85 Mon Sep 17 00:00:00 2001 From: Benjamin Muskalla Date: Tue, 16 Nov 2021 16:41:23 +0100 Subject: [PATCH] Exclude .class files from git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf37ce08333..7cef88986a8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json # Avoid committing cached package components .codeql + +# Compiled class file +*.class \ No newline at end of file