nuttx-apps/.gitignore
Matias N 18137c0fec Fix: ensure archive files do not carry object files from prior builds
This is the corresponding change to the one on main NuttX repo. In this
case this involves splitting the build of libapps.a into: a) building
all applications (which is safely parallelizable), b) adding each
application's object files to the archive in turns (serial by nature).

This removes the need for the flock used to protect the parallel build.
2020-09-14 15:55:06 +08:00

28 lines
197 B
Plaintext

*.a
*.adb
*.asm
*.d
*.dSYM
*.exe
*.hobj
*.i
*.lib
*.lst
*.o
*.obj
*.rel
*.src
*.swp
*.sym
*~
.depend
.kconfig
/bin
/boot_romfsimg.h
/external
/Kconfig
/romfs.img
/symtab_apps.c
cscope.out
Make.dep