Skip to content

Commit 16fe964

Browse files
committed
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
1 parent 8c93374 commit 16fe964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ files/get-pip.py*
2828
files/ir-deploy*
2929
files/ironic-inspector*
3030
files/etcd*
31-
^local.conf
31+
/local.conf
3232
local.sh
3333
localrc
3434
proto

0 commit comments

Comments
 (0)