mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Update `.gitignore`
This commit is contained in:
parent
90cf624f53
commit
2ad8c63b59
|
|
@ -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
|
||||
##############################
|
||||
|
|
|
|||
Loading…
Reference in New Issue