Skip to content

Commit 8e6f62c

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

File tree

2 files changed

+17
-30
lines changed

2 files changed

+17
-30
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
paths-ignore:
13+
- ".gitignore"
1214

1315
workflow_dispatch:
1416

.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)