From d216b910745ad69611bd820bba0664f8055a5965 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 24 Jun 2018 14:24:58 +0300 Subject: [PATCH] update protobuf vendor for badger session database Former-commit-id: de02f8fcd7fa45a18285b687b5f3452c580b1339 --- .gitattributes | 4 +++- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 574feb35..cb28be50 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,6 @@ _benchmarks/* linguist-documentation # if from unix: # git config --global core.autocrlf input # https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings -* text=auto \ No newline at end of file +* text=auto +# ignore perms +# git config core.filemode false \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3d4d7d52..7465cb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode _authortools -/_examples/**/node_modules \ No newline at end of file +/_examples/**/node_modules +.directory \ No newline at end of file