From 16fe9646486d0b621c7fb2c15ffec0c004508f73 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Tue, 18 Dec 2018 09:01:36 +0000 Subject: [PATCH] Ignore local.conf in root of repo gitignore is not parsing regex, only shell globs, so '^' has no meaning, and local.conf is being thus tracked. This patch properly ignores only local.conf in root of repo but still tracks samples/local.conf and others. Change-Id: I93ef778f1f3ee8101ce21cce377f7b527b7153f3 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 956e13e21c..8fe56ad6ab 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ files/get-pip.py* files/ir-deploy* files/ironic-inspector* files/etcd* -^local.conf +/local.conf local.sh localrc proto