Skip to content

Commit 2a46995

Browse files
authored
ignore .orig and .rej files (iree-org#16359)
These are typically created by the `patch` command. For exampe in iree-org#16358 i'm removing an accidentally checked-in .orig file.
1 parent 831d240 commit 2a46995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ llvm-external-projects/iree-dialects/.cache
9090

9191
# pkgci artifacts
9292
artifacts/
93+
94+
# Side effects of local patching/merging
95+
*.orig
96+
*.rej

0 commit comments

Comments
 (0)