Explorar el Código

Add versioned so files extension to Qt.gitignore (#3186)

Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
pull/3201/head
Miklós Márton hace 4 años
padre
commit
475f63beb5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Qt.gitignore

+ 1
- 0
Qt.gitignore Ver fichero

@@ -6,6 +6,7 @@
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib


Cargando…
Cancelar
Guardar