Skip to content

Commit ee12129

Browse files
committed
COMP: Update .gitignore
1 parent e2b3016 commit ee12129

File tree

2 files changed

+19
-30
lines changed

2 files changed

+19
-30
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
- main
77
tags:
88
- '*'
9+
paths-ignore:
10+
- ".gitignore"
911
pull_request:
1012
branches:
1113
- main
14+
paths-ignore:
15+
- ".gitignore"
1216

1317
workflow_dispatch:
1418

.gitignore

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
1-
# Prerequisites
2-
*.d
1+
# VTKCleaver
2+
_skbuild
3+
_deps
4+
vtk-wheel-sdk-build
5+
vtk-wheel-sdk-subbuild
6+
vtkexternalmodule-build
7+
vtkexternalmodule-subbuild
38

4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9+
# Cleaver
10+
debug.dump
911

10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
12+
# Python
13+
wheelhouse
14+
.venv
15+
__pycache__
16+
*.egg-info
17+
dist/

0 commit comments

Comments
 (0)