Skip to content

Commit 1718440

Browse files
committed
gitignore: Add personal work files and temporary files
- Ignore .personal_files/ directory for work-in-progress files - Ignore TESTING_*.md files - Ignore Windows Zone.Identifier files - Ignore test backup files
1 parent f1f577a commit 1718440

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,9 @@ crash-*
158158
corpus*
159159
libr/anal/d/types-windows.sdb.txt
160160
libr/bin/d/dll/*.c
161+
162+
# Personal work files
163+
.personal_files/
164+
TESTING_*.md
165+
*:Zone.Identifier
166+
test/db/cmd/*.backup

0 commit comments

Comments
 (0)