1
0
mirror of https://github.com/AkaiiKitsune/TAL_CardReader synced 2024-09-23 18:18:20 +02:00
TAL_CardReader/.gitignore
Farewell_ 0f8ce56d96 Added support for SmartCard readers
Added configuration file;
Fixed a possible race condition;
Cleaned up the mess that used to be my console logs;
2023-05-30 16:54:35 +02:00

60 lines
505 B
Plaintext

# 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
# Vscode specific
.vscode/
subprojects/minhook
subprojects/tomlc99
bin/*