Skip to content

Commit 3328104

Browse files
committed
Update .gitignore to ignore root-level build artifacts
1 parent 2ea107b commit 3328104

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ build/
99
*.idx
1010
*.idx.paths
1111

12+
# Root-level build artifacts (should be in build/ directory)
13+
/fastfileindex.dll
14+
/fastfileindex.obj
15+
1216
# IDE
1317
.vscode/
1418
.idea/

0 commit comments

Comments
 (0)