diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 15:49:26 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 15:49:26 +0100 |
commit | a6f62055835c5c3f9546818fbbcd43c73baef57f (patch) | |
tree | e0fc0a7a94dafbf1ad65776d58e6ac1cb4208f2a /.gitignore | |
parent | e895879eac788f1d59a68d4d0ef7f3788e159842 (diff) | |
download | pack-a6f62055835c5c3f9546818fbbcd43c73baef57f.tar.gz pack-a6f62055835c5c3f9546818fbbcd43c73baef57f.tar.xz pack-a6f62055835c5c3f9546818fbbcd43c73baef57f.zip |
Implement compile_commands.json generation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,11 +1,13 @@ +*.cmd *.d *.inc *.o *.tool +.cache/ .redo/ .vars.rc all -compile_flags.txt +compile_commands.json config.rc test test_gen |