mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Ignore executable files
I commited executables in previous commit (removed using git push --force - sorry, I wouldn't want to waste space in git repository), so I think *.exe files should be forbidden to avoid any problems (there is no reason to ever commit them)
This commit is contained in:
parent
64921fe08a
commit
e5e7da1482
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
*.o
|
||||
*~
|
||||
*.exe
|
||||
|
||||
Makefile
|
||||
autom4te.cache/
|
||||
|
|
Loading…
Reference in a new issue