diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-21 16:06:54 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-21 16:06:54 -0500 |
commit | c09f8da8a98d035082b207ebdaf1e6fe3110c8b7 (patch) | |
tree | 4b93815001614aaccf5bec483675a9b98780e844 /.gitignore | |
parent | 9b390a556e5030d67c235806b2c027513fb1679f (diff) | |
parent | 8500700aa45722595938ef59935e7efde2b1e9e3 (diff) | |
download | tor-c09f8da8a98d035082b207ebdaf1e6fe3110c8b7.tar.gz tor-c09f8da8a98d035082b207ebdaf1e6fe3110c8b7.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f60d72bf1e..dea131963e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ uptime-*.json # Core files core core.* +# ccls file that can be per directory. +*.ccls # / /Makefile @@ -76,6 +78,7 @@ core.* /Tor*Bundle.dmg /tor-*-win32.exe /warning_flags +/compile_commands.json /coverage_html/ /callgraph/ |