8000 Housekeeping: gitignore temp files from testing · pidou46/micropython-esp32-ulp@9bc6fc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bc6fc3

Browse files
committed
Housekeeping: gitignore temp files from testing
1 parent 8033251 commit 9bc6fc3

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.gitignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
tests/compat/*.bin
2-
tests/compat/*.elf
3-
tests/compat/*.o
4-
tests/compat/*.ulp
5-
tests/compat/*.log
1+
tests/binutils-gdb
2+
tests/esp-idf
3+
tests/ulptool
4+
tests/**/*.bin
5+
tests/**/*.elf
6+
tests/**/*.o
7+
tests/**/*.ulp
8+
tests/**/*.log
9+
tests/**/*.pre
10+
tests/log
11+
tests/*.lst
12+
tests/*.log
13+
tests/defines*.db
614
demo.ulp
715
*.pyc
816
*.pyo

0 commit comments

Comments
 (0)
0