ud3tn/.gitignore
Felix Walter 9e51fc3494 .gitignore: Ignore files created for/by AI coding tools
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-09 14:03:48 +02:00

75 lines
975 B
Text

# Local configuration files
/config.mk
# Files and directories generated by the build process
/build
*.o
*.a
*.out
# Generation of Compile Commands
*.ccmd
*.ccmds
compile_commands.json
# Files generated by nix commands
**/result
.nixos-test-history
nixos.qcow
# Files generated by other automated tools and logfiles
/callgrind.out.*
/cicache
/citemp
/.venv
.pytest_cache
__pycache__
/.direnv
/.cache
# Project files of common IDEs
*.config
*.files
*.includes
# QtCreator
*.creator
*.user*
# KDevelop
*.kdev4
.kdev4/
# JetBrains IDEs
.idea/
# CMake + CMake-based IDEs
/CMakeLists.txt
/cmake-build-*
# Atom Text Editor
.atomignore
*.cson
# Misc temporary and platform-specific files
~*
*~
*.swp
*.log
*.plist
*.envrc
.directory
/.checkpatch*
# uD3TN Socket
*.socket
# uD3TN SQLite database files
*.sqlite
*.sqlite-shm
*.sqlite-wal
# directories created by fuzzer
/outdata
# Files created by mkdocs
**/site
# Files created by/for AI tools
/.claude
/CLAUDE.md
.aider*