f12b1310ef
When running dib-lint vi temp files .*.sw? files are included which leads to false positives. ALso all editor files are checked when looking at indents, again this results in false positives. Exclude those files by checking if they're in the user/project's .gitignore setup. Change-Id: I0a48174f22a8dad9e8f15bf3f70835d021a2d46f
25 lines
203 B
Plaintext
25 lines
203 B
Plaintext
.coverage
|
|
coverage.xml
|
|
cover/*
|
|
*~
|
|
.testrepository
|
|
*.sw?
|
|
#*#
|
|
*.pyc
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
*.qcow2
|
|
*.raw
|
|
*.initrd
|
|
*.vmlinuz
|
|
/*-manifests
|
|
/*.d
|
|
build
|
|
AUTHORS
|
|
ChangeLog
|
|
bin/diskimage_builder
|
|
*.bak
|
|
*.orig
|