1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 00:30:06 +03:00

Tell git which paths to ignore are directories

If they were to switch to files/links then they should not be ignored.
This commit is contained in:
Paul Wise 2021-07-13 10:40:48 +08:00
parent 3a0f66a5d0
commit ccba65fe9c
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

12
.gitignore vendored
View file

@ -1,15 +1,15 @@
/examples/* /examples/*
!/examples/*.* !/examples/*.*
/examples/.deps /examples/.deps/
/examples/.libs /examples/.libs/
/include/usbg/usbg_version.h /include/usbg/usbg_version.h
/src/.deps /src/.deps/
/src/.libs /src/.libs/
/src/function/.deps /src/function/.deps/
/src/function/.dirstamp /src/function/.dirstamp
/tests/* /tests/*
!/tests/*.* !/tests/*.*
/tests/.deps /tests/.deps/
*.o *.o
*.lo *.lo
*.la *.la