Updated `.gitignore` to exclude CLion cmake build directory and IDE XML setting files
This commit is contained in:
parent
6c0c4ad756
commit
3d56a93a7c
|
@ -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
|
||||||
|
|
Reference in New Issue