Browse code

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

Pavlo Shchelokovskyy authored on 2018/12/18 18:01:36
Showing 1 changed files
... ...
@@ -28,7 +28,7 @@ files/get-pip.py*
28 28
 files/ir-deploy*
29 29
 files/ironic-inspector*
30 30
 files/etcd*
31
-^local.conf
31
+/local.conf
32 32
 local.sh
33 33
 localrc
34 34
 proto