mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-16 09:59:32 +08:00
Move ignore config to root config
This commit is contained in:
parent
bb14dd3a41
commit
4127c83bab
10
.gitignore
vendored
10
.gitignore
vendored
@ -82,3 +82,13 @@ chsrc-dbgsym_*.ddeb
|
|||||||
chsrc_*.build
|
chsrc_*.build
|
||||||
chsrc_*.buildinfo
|
chsrc_*.buildinfo
|
||||||
chsrc_*.changes
|
chsrc_*.changes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##############################
|
||||||
|
# rawstr4c
|
||||||
|
##############################
|
||||||
|
.precomp
|
||||||
|
|
||||||
|
tool/rawstr4c/test/fixture/rawstr4c.c
|
||||||
|
tool/rawstr4c/test/fixture/rawstr4c.h
|
||||||
|
11
tool/rawstr4c/.gitignore
vendored
11
tool/rawstr4c/.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
lib/.precomp
|
# 2025-07-21
|
||||||
|
#
|
||||||
rawstr4c.c
|
# 这个放在内部的 .gitignore 文件也是能起作用的
|
||||||
rawstr4c.h
|
#
|
||||||
|
# 但是 Raku 很容易不小心生成 .precomp 目录
|
||||||
|
#
|
||||||
|
# 所以我们还是把所有 ignore 配置放在项目根目录下吧
|
||||||
|
Loading…
x
Reference in New Issue
Block a user