Strategies for finding binary dependencies
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix .gitignore

+3 -5
+3
contrib/.gitignore
··· 1 + *.bin 2 + *.so 3 + __pycache__
contrib/c/myprog.bin

This is a binary file and will not be displayed.

-1
contrib/cffi/.gitignore
··· 1 - *.so 2 1 *.c 3 2 *.o
-1
contrib/meson/.gitignore
··· 1 - __pycache__
-1
contrib/pybind11/.gitignore
··· 1 - *.so
-1
contrib/python-extension/.gitignore
··· 1 - *.so
-1
contrib/rubyext/.gitignore
··· 1 - *.so