Skip to content

Commit

Permalink
QOL: .gitignore updates (generic) (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying authored May 29, 2024
1 parent d5ef398 commit 553d5b5
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 @@ -124,6 +124,7 @@ build/uwp/tic/packages/
build/windows/studio/x64/
build/windows/sdl-gpu/x64/
build/macosx/*.plist
build/Win32/
demos/*.rtc
demos/*.srm
demos/.local
Expand Down Expand Up @@ -174,6 +175,8 @@ build/*.dir/
build/x64/
build/linux/tic80.desktop
build/compile_commands.json
build/*.dmg
build/_CPack_Packages
CMakeSettings.json
tic_mruby_build_config.rb.lock
tic_mruby_wasm_build_config.rb.lock
Expand All @@ -182,4 +185,6 @@ build/mruby_vendor-prefix/
**/zig-out
.cache
*~

# byte battle / test files
/*.lua
/*.tic

0 comments on commit 553d5b5

Please sign in to comment.