diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-25 15:08:19 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-25 15:08:19 +0200 |
commit | 208ca4f638febd8ab407723434152cfb2f54bbb7 (patch) | |
tree | 4a811fa08eb8e0738dc15ca4bfef6aef82c09727 /.gitignore | |
parent | Erase items using the key (diff) | |
download | nheko-208ca4f638febd8ab407723434152cfb2f54bbb7.tar.xz |
Generate compile_commands.json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 902e90e4..e232f844 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ result *.dmg dist/MacOS/nheko.app/Contents/MacOS/nheko .clang +compile_commands.json # AppImage *.AppImage |