From 17402eea064c8cfbeea5331e65c240e1d3851b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Sun, 25 Dec 2022 20:38:10 +0100 Subject: [PATCH] Simplify .gitignore file. --- .gitignore | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitignore b/.gitignore index 05065c9..873abb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,3 @@ -# Ignore CMake files -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -# exclude the oscdriver Makefile -!src/oscdriver/Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -_deps - # Ignore build directories build Debug