# Executable
tldr

# infer stuff
infer-out

# .dsym files
*.dSYM

# Object files
*.o
*.ko
*.obj
*.elf

# Dependency files
*.d

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# VSCode
.vscode
