Move ignore config to root config

This commit is contained in:
Aoran Zeng 2025-07-21 01:05:16 +08:00
parent bb14dd3a41
commit 4127c83bab
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 17 additions and 4 deletions

10
.gitignore vendored
View File

@ -82,3 +82,13 @@ chsrc-dbgsym_*.ddeb
chsrc_*.build
chsrc_*.buildinfo
chsrc_*.changes
##############################
# rawstr4c
##############################
.precomp
tool/rawstr4c/test/fixture/rawstr4c.c
tool/rawstr4c/test/fixture/rawstr4c.h

View File

@ -1,4 +1,7 @@
lib/.precomp
rawstr4c.c
rawstr4c.h
# 2025-07-21
#
# 这个放在内部的 .gitignore 文件也是能起作用的
#
# 但是 Raku 很容易不小心生成 .precomp 目录
#
# 所以我们还是把所有 ignore 配置放在项目根目录下吧