Skip to content

Commit a132d7d

Browse files
committed
chore: add build artifacts to .gitignore
- Add local_install/ directory - Add pybind11*/ source directories - Add *.zip archive files - Add *.ogv video files - Add test_*.py test scripts
1 parent d1680bd commit a132d7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ data/
44

55
# Test file
66
test.py
7+
test_*.py
8+
9+
# Local build artifacts
10+
local_install/
11+
pybind11*/
12+
*.zip
13+
*.ogv
714

815
# Prerequisites
916
*.d

0 commit comments

Comments
 (0)