mirror of
https://github.com/linux-usb-gadgets/libusbgx.git
synced 2025-07-12 20:39:44 +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/.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue