Skip to content

Commit 520ae44

Browse files
authored
MINOR: [Dev] Add apt/yum build directories to .gitignore (#46018)
### Rationale for this change Linux packaging builds copy/create a lot of files that weren't marked as ignored, so they were not deleted by `git clean -Xfd`. ### Are these changes tested? Manually. ### Are there any user-facing changes? No. Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent f8e0f30 commit 520ae44

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dev/tasks/linux-packages/.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
# under the License.
1717

1818
/*/*.tar.gz
19-
/*/apt/repositories/
20-
/*/apt/tmp/
2119
/*/apt/build.sh
20+
/*/apt/build/
2221
/*/apt/env.sh
23-
/*/yum/repositories/
24-
/*/yum/tmp/
22+
/*/apt/repositories/
23+
/*/apt/tmp/
2524
/*/yum/build.sh
25+
/*/yum/build/
2626
/*/yum/env.sh
27+
/*/yum/repositories/
28+
/*/yum/tmp/
2729
/apt/repositories/
2830
/yum/repositories/

0 commit comments

Comments
 (0)