diff options
author | Marcus Hoffmann <bubu@bubu1.eu> | 2021-12-03 01:00:40 +0100 |
---|---|---|
committer | Marcus Hoffmann <bubu@bubu1.eu> | 2021-12-03 01:37:00 +0100 |
commit | b7213ab1794f998a726e66bddaa32b2823606d18 (patch) | |
tree | 4848f150b1454fca6558708c96d8b3c61ae02082 /.gitignore | |
parent | Navigate to subspaces by clicking on them (diff) | |
download | nheko-b7213ab1794f998a726e66bddaa32b2823606d18.tar.xz |
add clion/idea dir to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e91866ed..f34f1349 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,9 @@ ui_*.h *.swo *.swn +# CLion +/.idea + #####=== CMake ===##### CMakeCache.txt |