Skip to content

Commit 4e065d2

Browse files
puxiaonetworm
authored andcommitted
.gitiignore misspelled
1 parent 1a4c3b2 commit 4e065d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/stashing-cleaning.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Would remove tmp/
258258
----
259259

260260
默认情况下,`git clean` 命令只会移除没有忽略的未跟踪文件。
261-
任何与 `.gitiignore` 或其他忽略文件中的模式匹配的文件都不会被移除。
261+
任何与 `.gitignore` 或其他忽略文件中的模式匹配的文件都不会被移除。
262262
如果你也想要移除那些文件,例如为了做一次完全干净的构建而移除所有由构建生成的 `.o` 文件,
263263
可以给 clean 命令增加一个 `-x` 选项。
264264

0 commit comments

Comments
 (0)