From 269d7e0c522298334401b68fcec25c061e20b266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20Berthom=C3=A9?= Date: Sun, 9 Oct 2022 18:48:10 +0200 Subject: [PATCH] ignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 7a510743..e1924aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ # build artifacts mergerfs obj/ +*.d +build/ src/version.hpp # Debian files @@ -23,3 +25,7 @@ debian/changelog # RPM files rpmbuild/ + +# IDEs +\.idea/ +VERSION