Skip to content

Commit

Permalink
fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BiatuAutMiahn committed Dec 20, 2024
1 parent 67b89f8 commit 2a687c7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/GNUmakefile
/build/
/.cache/
/.vscode/
*.pyc
.sdk
.stgit-*
.git-submodule-status
.clang-format
.gdb_history
cscope.*
tags
TAGS
GPATH
GRTAGS
GTAGS
*~
*.ast_raw
*.depend_raw
*.swp
*.patch
*.gcov

build.log
/dist
/xemu.ini
/macos-libs/
/macos-pkgs/
/xemu.iconset/
/ccache

0 comments on commit 2a687c7

Please sign in to comment.