Skip to content

Commit

Permalink
Add some paths to .gitignore (#15917)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG authored Nov 16, 2023
1 parent dc0fbe9 commit d84f50d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ database
overlays
playlists
states
cheats
thumbnails
docs/html
system
shaders/shaders_cg
shaders/shaders_glsl
shaders/shaders_slang
Expand Down Expand Up @@ -134,6 +138,7 @@ wiiu/wut/elf2rpl/elf2rpl

# CLion
/cmake-build-debug/
.run

# Android
/pkg/android/phoenix/obj/
Expand Down Expand Up @@ -238,4 +243,4 @@ param.sfo
/deps/SPIRV-Cross/out/build/x64-Debug

# Visual Studio Code
.vscode/
.vscode/

0 comments on commit d84f50d

Please sign in to comment.