Skip to content

Commit 25162fe

Browse files
cfsmp3claude
andcommitted
chore: Add build directories to .gitignore
Add build_*/ pattern and linux/build_scan/ to ignore various build output directories (build_ocr/, build_ocr_asan/, etc.) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3365a71 commit 25162fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CVS
1717
mac/ccextractor
1818
linux/ccextractor
1919
linux/depend
20+
linux/build_scan/
2021
windows/x86_64-pc-windows-msvc/**
2122
windows/Debug/**
2223
windows/Debug-OCR/**
@@ -28,6 +29,7 @@ windows/Debug-Full/**
2829
windows/x64/**
2930
windows/ccextractor.VC.db
3031
build/
32+
build_*/
3133

3234
####
3335
# Python

0 commit comments

Comments
 (0)