From 189c21667b26154ed6f77e3087aa6afd5be4134f Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Tue, 28 Apr 2026 16:07:21 +0200 Subject: [PATCH] Ignore intellij files --- .gitignore | 2 ++ .idea/c_cpp_properties.json | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .idea/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index 3e029b1..cd75ff1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /c2 +/.idea/* +!/.idea/c_cpp_properties.json diff --git a/.idea/c_cpp_properties.json b/.idea/c_cpp_properties.json new file mode 100644 index 0000000..39f4415 --- /dev/null +++ b/.idea/c_cpp_properties.json @@ -0,0 +1,12 @@ +{ + "configurations": [ + { + "name": "CLion", + "includePath": [ + "${workspaceFolder}/v0/*" + ], + "cStandard": "c89", + } + ], + "version": 4 +}