Skip to content

Commit 3bfb3e7

Browse files
committed
Finish Descriptor Matching
1 parent 9d39d8f commit 3bfb3e7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*.idb
2121

2222
# ---- Build directories ----
23-
/examples/build/
2423
/build/
2524
/bin/
2625
/lib/
@@ -31,6 +30,12 @@
3130
/Makefile
3231
/*.make
3332

33+
# Project-specific builds
34+
/examples/build/
35+
/examples/.cache/
36+
/examples/bin/
37+
/examples/lib/
38+
3439
# ---- Logs ----
3540
*.log
3641

0 commit comments

Comments
 (0)