gitignore: Use absolute paths
This commit is contained in:
parent
f6081bb07e
commit
9b6860fa1f
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,11 +1,10 @@
|
|||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
MANIFEST
|
/MANIFEST
|
||||||
|
/build
|
||||||
build
|
/dist
|
||||||
dist
|
/Radicale.egg-info
|
||||||
Radicale.egg-info
|
|
||||||
|
|
||||||
.cache
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user