mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03: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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*.o
|
||||
*~
|
||||
*.exe
|
||||
|
||||
Makefile
|
||||
autom4te.cache/
|
||||
|
||||
Reference in New Issue
Block a user