rpn/.gitignore

33 lines
265 B
Text
Raw Permalink Normal View History

2014-02-12 13:30:07 +01:00
# 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
2014-02-12 13:52:01 +01:00
2022-02-05 14:04:08 +01:00
# Tools workfiles
2014-02-12 13:52:01 +01:00
*~
2022-02-05 14:04:08 +01:00
.scannerwork/*
*bw-output*/*
.vscode/*
build/*
debug/*
release/*