commit 65087903d9e55f77a6c0d66517adb605aacab485 parent 8500700aa45722595938ef59935e7efde2b1e9e3 Author: Alex Xu (Hello71) <alex_y_xu@yahoo.ca> Date: Thu, 21 Jan 2021 16:06:28 -0500 gitignore: don't ignore core directory otherwise src/core is ignored. Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -39,6 +39,7 @@ uptime-*.json # Core files core core.* +!core/ # ccls file that can be per directory. *.ccls