Skip to content

Commit 602c748

Browse files
authored
gitignore : add several entries specific to Visual Studio (#1888)
1 parent a09f919 commit 602c748

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
@@ -22,6 +22,7 @@ build-metal/
2222
build-no-accel/
2323
build-sanitize-addr/
2424
build-sanitize-thread/
25+
out/
2526

2627
models/*
2728
*.bin
@@ -41,6 +42,7 @@ models/*
4142
build-info.h
4243
arm_neon.h
4344
compile_commands.json
45+
CMakeSettings.json
4446

4547
__pycache__
4648

0 commit comments

Comments
 (0)