1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 02:49:43 +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/.deps
/examples/.libs
/examples/.deps/
/examples/.libs/
/include/usbg/usbg_version.h
/src/.deps
/src/.libs
/src/function/.deps
/src/.deps/
/src/.libs/
/src/function/.deps/
/src/function/.dirstamp
/tests/*
!/tests/*.*
/tests/.deps
/tests/.deps/
*.o
*.lo
*.la