Update .gitignore

This commit is contained in:
Aoran Zeng 2025-06-20 22:01:35 +08:00
parent 90cf624f53
commit 2ad8c63b59
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

27
.gitignore vendored
View File

@ -1,3 +1,6 @@
##############################
# VS Code
##############################
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
@ -6,6 +9,11 @@
!.vscode/launch.json
!.vscode/README.md
##############################
# Binaries
##############################
*.o
*.obj
*.a
@ -15,22 +23,32 @@
*.out
*.exe
# Built executables
##############################
# Built executables
##############################
chsrc
chsrc-debug
chsrc-release
chsrc-ci-release
# test files
##############################
# Test files
##############################
xy
fw
README.md.bak*
# Generated when testing (when there's a bug)
nul
# 'chsrc set -local' generated
.bundle
.npmrc
# Generated when testing
nul
##############################
@ -43,6 +61,7 @@ chsrc.toc
*.pdf
##############################
# deb package
##############################