Updated `.gitignore` to exclude CLion cmake build directory and IDE XML setting files

This commit is contained in:
Sven Vogel 2023-06-01 17:06:20 +02:00
parent 6c0c4ad756
commit 3d56a93a7c
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,6 +2,10 @@
# Prerequisites # Prerequisites
*.d *.d
# for CLion IDE from JetBrains
cmake-build-debug/*
*.xml
# Object files # Object files
*.o *.o
*.ko *.ko