# Object files & libraries
*.o
*.ko
*.a
*.ka

# Executables
*.elf
*.uelf
*.test

# Kernel blobs
*.img
*.img.gz

# Ramdisk
*.cpio

# Backup and log files
*~
*.orig
*.log
*#

# Linker output
*.map

# Build dependency files
*.d
*-stamp

# Python cache
*.pyc

# ctags & cscope files
cscope.out
tags
etags
*.taghl

# lsp files
compile_commands.json
.cache/clangd/

# generated assembly files
assym.h

# Editor swap files
*.sw[a-p]

# Temporary test data
tests/*_test_files

# Downloads and source cache
cache

# Dynamically created sysroot
sysroot

# gdb history
.gdb_history

# Visual Studio Code files
.vscode

# MacOS Finder's file
.DS_Store

# DTB
*.dtb

# Tmux user override config
.tmux.conf.local

# Quilt status directory
.pc

# pcap files
*.pcap

# python env
mimiker-env/

#
contrib/*/build/

# kft dump
dump.kft
