diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-01-21 16:06:28 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-21 16:18:22 -0500 |
commit | 65087903d9e55f77a6c0d66517adb605aacab485 (patch) | |
tree | 20db423033912db4a87686e0f5ff4e2b0b8c55c9 /.gitignore | |
parent | 8500700aa45722595938ef59935e7efde2b1e9e3 (diff) | |
download | tor-65087903d9e55f77a6c0d66517adb605aacab485.tar.gz tor-65087903d9e55f77a6c0d66517adb605aacab485.zip |
gitignore: don't ignore core directory
otherwise src/core is ignored.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cb49c098cd..736abbedc3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ uptime-*.json # Core files core core.* +!core/ # ccls file that can be per directory. *.ccls |