diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-21 16:07:16 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-21 16:07:16 -0500 |
commit | e06a0e904cdc80566147a3d718366abe7dd8929d (patch) | |
tree | be780c66e262248ec22474037bcef1ad047e4b67 /.gitignore | |
parent | c54f4b81da5635b282fc45c6301c490663113434 (diff) | |
parent | 2a3cf374508f48adc45b6cc6825dd341a71f5a0b (diff) | |
download | tor-e06a0e904cdc80566147a3d718366abe7dd8929d.tar.gz tor-e06a0e904cdc80566147a3d718366abe7dd8929d.zip |
Merge branch 'maint-0.4.4' into maint-0.4.5
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 08efd8ed04..61135655eb 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,8 @@ uptime-*.json # Core files core core.* +# ccls file that can be per directory. +*.ccls # / /Makefile @@ -77,6 +79,7 @@ core.* /Tor*Bundle.dmg /tor-*-win32.exe /warning_flags +/compile_commands.json /coverage_html/ /callgraph/ |