]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
gitignore: drop ignoring files not generated anymore
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 11 Oct 2024 08:10:12 +0000 (10:10 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Nov 2024 13:41:02 +0000 (13:41 +0000)
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] b0fe92dba7c0 ("zy1000: drop the code, deprecated in v0.10.0")
[2] 25218e893503 ("jtag: remove minidriver code and minidriver-dummy")
Reviewed-on: https://review.openocd.org/c/openocd/+/8522
Tested-by: jenkins
.gitignore

index 1b4e08ba3c1bce88828d3306cb0ad2b117850987..f0746c19503dfe720a98662c12f980bc9389bef1 100644 (file)
 *.la
 *.in
 
-# generated source files
-src/jtag/minidriver_imp.h
-src/jtag/jtag_minidriver.h
-
 # coverage files (gcov)
 *.gcda
 *.gcno