From 70d45e88e9c6f38dfbdbd52da43cb92e43169fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 8 Feb 2018 11:17:40 +0100 Subject: [PATCH] Add info to build.h on how to untrack changes --- code/espurna/config/build.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/espurna/config/build.h b/code/espurna/config/build.h index 106e7989..ef312406 100644 --- a/code/espurna/config/build.h +++ b/code/espurna/config/build.h @@ -1,3 +1,5 @@ // DO NOT EDIT THIS FILE MANUALLY // This file is modified by PlatformIO +// This file should not be pushed when modified, untrack changes with: +// git update-index --assume-unchanged code/espurna/config/build.h #define APP_BUILD_FLAGS ""