mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 10:03:38 +08:00
.gitignore: Don't ignore directories that have the .d extenion.
.d directories are common for holding config and init scripts. They are being ignored with the global *.d pattern which is meant to ignore Make dependency files.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
*.asm
|
||||
*.bin
|
||||
*.d
|
||||
!*.d/
|
||||
*.dSYM
|
||||
*.elf
|
||||
*.exe
|
||||
|
||||
1
boards/sim/sim/sim/src/.gitignore
vendored
1
boards/sim/sim/sim/src/.gitignore
vendored
@@ -1,2 +1 @@
|
||||
/etctmp*
|
||||
!/etc/**
|
||||
|
||||
Reference in New Issue
Block a user