diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2021-05-10 17:04:21 +0200 |
---|---|---|
committer | Christian Göttsche <cgzones@googlemail.com> | 2021-05-10 17:04:46 +0200 |
commit | 90ae730fd4ed69cfc948f310013a47d627cdf2ca (patch) | |
tree | 7ea92e2b55b4f2cd28ae41027fa319acbd4e2cfa /.gitignore | |
parent | 323d7e73aa1cc13b3a0870530e8fbd27102259ec (diff) |
Ignore IDE configuration files
[skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,3 +45,7 @@ stamp-h1 # files related to valgrind/callgrind callgrind.out.* + +# IDE workspace configurations +/.idea/ +/.vscode/ |