mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-26 14:42:46 +08:00
Update .gitignore
This commit is contained in:
parent
90cf624f53
commit
2ad8c63b59
27
.gitignore
vendored
27
.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user