Remove OS- and editor-specific entries from gitignore
Users should be adding such things to their local .git/info/exclude.
This commit is contained in:
parent
4f8ee5df72
commit
63eca213a4
8
.gitignore
vendored
8
.gitignore
vendored
@ -10,7 +10,6 @@
|
|||||||
*.ihex
|
*.ihex
|
||||||
*.pyc
|
*.pyc
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
|
||||||
obj_*
|
obj_*
|
||||||
Makefile.target
|
Makefile.target
|
||||||
doc/html
|
doc/html
|
||||||
@ -71,13 +70,6 @@ summary
|
|||||||
tests/[0-9][0-9]-*/report
|
tests/[0-9][0-9]-*/report
|
||||||
tests/[0-9][0-9]-*/org/
|
tests/[0-9][0-9]-*/org/
|
||||||
|
|
||||||
# cscope files
|
|
||||||
cscope.*
|
|
||||||
|
|
||||||
# vim swap files
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
|
|
||||||
# x86 UEFI files
|
# x86 UEFI files
|
||||||
cpu/x86/uefi/Makefile.uefi
|
cpu/x86/uefi/Makefile.uefi
|
||||||
cpu/x86/uefi/edk2
|
cpu/x86/uefi/edk2
|
||||||
|
Loading…
Reference in New Issue
Block a user