Fix .gitignore
authorMatěj Cepl <mcepl@redhat.com>
Mon, 2 Jan 2012 15:14:35 +0000 (16:14 +0100)
committerChris Ball <cjb@laptop.org>
Mon, 2 Jan 2012 20:44:53 +0000 (15:44 -0500)
commit12bd62528d24670e7774cc834e61ba1640ed6136
treeaea71c5f241b55a2711675c9888890f753b31686
parentf0011cf09d1385f983853b1d11ae5573148139bb
Fix .gitignore

Per gitignore(5) it seems to me that directories in the root of the
repository should be ignored without leading ./ files. E.g.

build/

is correct for ignoring build/ directory and its content.

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values [new file with mode: 0644]
.gitignore