skint/.gitignore

64 lines
514 B
Text
Raw Permalink Normal View History

2023-02-28 00:23:27 +01:00
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
2023-03-18 19:17:45 +01:00
save/
.vs/
tests/r5rstest.ss
tests/r7rstest.ss
2024-05-27 01:01:04 +02:00
tmp1
tmp2
tmp3
skint
2024-06-13 17:05:41 +02:00
/skint-vs2022