From 814273f3b21eff070e27c4a03d5d91fa551cd5af Mon Sep 17 00:00:00 2001 From: Minyong Li <ml10g20@soton.ac.uk> Date: Mon, 23 Aug 2021 22:40:46 +0100 Subject: [PATCH] .gitignore: update to ignore binary files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8e19cf3..ba2c1f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # SPDX-FileCopyrightText: 2021 Minyong Li <ml10g20@soton.ac.uk> # SPDX-License-Identifier: CC0-1.0 +* +!*.* +!*/ + .bsp/ .idea/ db/ -- GitLab