diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-01-02 16:14:35 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-02 15:44:53 -0500 |
commit | 12bd62528d24670e7774cc834e61ba1640ed6136 (patch) | |
tree | aea71c5f241b55a2711675c9888890f753b31686 | |
parent | f0011cf09d1385f983853b1d11ae5573148139bb (diff) | |
download | bugseverywhere-12bd62528d24670e7774cc834e61ba1640ed6136.tar.gz |
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>
-rw-r--r-- | .be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values | 17 | ||||
-rw-r--r-- | .gitignore | 6 |
2 files changed, 20 insertions, 3 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values new file mode 100644 index 0000000..fd81be4 --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values @@ -0,0 +1,17 @@ +creator: Matěj Cepl <mcepl@redhat.com> + + +reporter: Matěj Cepl <mcepl@redhat.com> + + +severity: minor + + +status: fixed + + +summary: Wrong .gitignore + + +time: Mon, 02 Jan 2012 14:42:57 +0000 + @@ -1,6 +1,6 @@ *.pyc -./build -./doc/man/*.1 -./doc/.build/ +build +doc/man/*.1 +doc/.build/ .be/id-cache libbe/_version.py |