Skip to content

Commit fa048ed

Browse files
committed
don't checkout .gitignore
1 parent bb169c8 commit fa048ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postprocess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function postprocess()
1919
# Discard unrelated changes
2020
package_entry_regex = r"src\/[A-Z][^\/]*\.jl"
2121
precompile_files_regex = r"precompile\/.*precompile_.*\.jl"
22-
git_checkout_all(["src/precompile_includer.jl", precompile_files_regex, package_entry_regex], pwd())
22+
git_checkout_all([".gitignore", "src/precompile_includer.jl", precompile_files_regex, package_entry_regex], pwd())
2323

2424
# ignore whitespace
2525
# last line of src/Package.jl needs to be kept!

0 commit comments

Comments
 (0)