Files
retrobsd/.gitignore
Serge 4fdec2101b Move libclang into libc.
Catch all warnings.
2022-05-27 00:20:07 -07:00

30 lines
214 B
Plaintext

# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.dis
*.0
*.img
Makefile.user
TODO