Skip to content

Commit

Permalink
Add install-sh to .gitignore
Browse files Browse the repository at this point in the history
The install-sh is a file created via autoreconf. Consequently, changes
in its content should be ignored.
  • Loading branch information
eribertomota committed Nov 8, 2021
1 parent 6a38c3e commit 7bc0c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rateup.exe
config.h
config.log
config.status
install-sh
*.1
*.gz
*.o
Expand Down

0 comments on commit 7bc0c31

Please sign in to comment.