From ab595d1875d40048a81e3fb9f9b010e34793f58a Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Sat, 24 Dec 2016 02:40:15 -0800 Subject: [PATCH] ignore .buckversion Summary: ignore .buckversion file from source control Reviewed By: vjeux Differential Revision: D4366002 fbshipit-source-id: 910173bab5f3235673a8686ae6b606624380df09 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fca97a4b..894beb17 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.buckconfig.local /.buckd /gentest/test.html +.buckversion # Visual studio code .vscode diff --git a/.hgignore b/.hgignore index fca97a4b..894beb17 100644 --- a/.hgignore +++ b/.hgignore @@ -5,6 +5,7 @@ /.buckconfig.local /.buckd /gentest/test.html +.buckversion # Visual studio code .vscode