mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
This commit is contained in:
27
examples/null/.gitignore
vendored
27
examples/null/.gitignore
vendored
@@ -1,15 +1,12 @@
|
||||
Make.dep
|
||||
.context
|
||||
.depend
|
||||
.built
|
||||
*.swp
|
||||
*.asm
|
||||
*.rel
|
||||
*.lst
|
||||
*.sym
|
||||
*.adb
|
||||
*.lib
|
||||
*.src
|
||||
|
||||
|
||||
|
||||
/Make.dep
|
||||
/.depend
|
||||
/.built
|
||||
/*.asm
|
||||
/*.obj
|
||||
/*.rel
|
||||
/*.lst
|
||||
/*.sym
|
||||
/*.adb
|
||||
/*.lib
|
||||
/*.src
|
||||
/*.dSYM
|
||||
|
Reference in New Issue
Block a user