mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
32 lines
265 B
Text
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/*
|