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:
parent
3a0f66a5d0
commit
ccba65fe9c
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue