mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
75 lines
975 B
Text
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*
|