mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
The build directory (created by ./buildme) should be ignored by git. Signed-off-by: Adam Heinrich <adam@adamh.cz>
16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
# Build directory
|
|
build/
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|