Assembler/.gitignore

72 lines
636 B
Text
Raw Normal View History

2022-12-15 22:04:43 +01:00
# ---> C
# 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
2023-01-05 23:46:45 +01:00
eipaasm
eipaasm_debug
2022-12-15 22:04:43 +01:00
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
2022-12-24 01:00:07 +01:00
#EIPA specific
*.eipa
2023-01-06 00:57:33 +01:00
!test*.eipa
*.eipaimg
header/argp/*
/argp-standalone/
2022-12-24 01:00:07 +01:00
#Code editor
.vscode/*
.idea/*
compile_commands.json
2023-02-25 19:41:58 +01:00
.cache/*
.#*
*.*~
2023-02-25 19:41:58 +01:00
#Code analysis
softwipe*.*