forked from auracaster/openocd
gitignore: drop ignoring files not generated anymore
With the drop of the code for the probe zy1000 [1] and then the drop of minidriver code [2], there are no more auto-generated source files. Remove them from the list of generated files to be ignored. Change-Id: Iee65e21528674ea4cc94018e52126f882da4f07c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> [1]b0fe92dba7("zy1000: drop the code, deprecated in v0.10.0") [2]25218e8935("jtag: remove minidriver code and minidriver-dummy") Reviewed-on: https://review.openocd.org/c/openocd/+/8522 Tested-by: jenkins
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -11,10 +11,6 @@
|
|||||||
*.la
|
*.la
|
||||||
*.in
|
*.in
|
||||||
|
|
||||||
# generated source files
|
|
||||||
src/jtag/minidriver_imp.h
|
|
||||||
src/jtag/jtag_minidriver.h
|
|
||||||
|
|
||||||
# coverage files (gcov)
|
# coverage files (gcov)
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|||||||
Reference in New Issue
Block a user