1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-07-16 22:42:38 +02:00

also ignore *.so for vhook plugins

This commit is contained in:
Reinhard Tartler
2011-02-10 14:09:35 +01:00
parent 11f6eebdd3
commit e332c41670

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.config .config
.version .version
*.o *.o
*.so
*.d *.d
*.exe *.exe
*.ho *.ho