Skip to content

Commit e9a42d1

Browse files
committed
add .gitignore to clean_file script
1 parent 2ed5bf0 commit e9a42d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clean_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ find "$RPM_BUILD_ROOT$DIRECTORY" \( -type f -o -type l \) \( \
2424
-name \*~ -o \
2525
-name DEADJOE -o \
2626
-name .cvsignore -o \
27+
-name .gitignore -o \
2728
-name \*.orig -o \
2829
-name \*.rej -o \
2930
-name \*.bak -o \

0 commit comments

Comments
 (0)