Skip to content

Commit 93c4e4a

Browse files
Update gitignore
1 parent 03c78a9 commit 93c4e4a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ boost_1_84_0/
4141

4242

4343
# Output of the linkchecker tool
44-
linkchecker-out.csv
44+
linkchecker-out.csv
45+
.vscode/

PythonWrapper/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ build/cmake_install.cmake
55
build/CMakeFiles
66
build/Makefile
77
build/CMakeCache.txt
8+
build_darwin/CMakeCache.txt
9+
build_darwin/CMakeFiles/
10+
build_darwin/Makefile
11+
build_darwin/bin_dsp/
12+
build_darwin/build.sh
13+
build_darwin/cmake_install.cmake

0 commit comments

Comments
 (0)