rpn/.gitignore
2022-02-22 16:35:05 +01:00

32 lines
265 B
Text

# 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
# Tools workfiles
*~
.scannerwork/*
*bw-output*/*
.vscode/*
build/*
debug/*
release/*