Files
EDS/.gitignore
T
retoor 7233501b7f
CI / build-linux (clang) (push) Failing after 16s
CI / build-linux (gcc) (push) Failing after 18s
CI / integration-test (push) Has been skipped
CI / static-analysis (push) Failing after 30s
CI / build-macos (push) Has been cancelled
CI / release (push) Has been cancelled
Update.
2025-11-25 21:24:12 +01:00

65 lines
592 B
Plaintext

# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe
nwedav
webdavctl
# Build directories
build/
cmake-build-*/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile.generated
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Database files
*.db
*.db-journal
*.db-shm
*.db-wal
# Log files
*.log
logs/
# Data directories
data/
testdata/
tmp/
# Configuration files (keep sample)
nwedav.conf
!nwedav.conf.sample
# Claude Code
.claude/
# Coverage and profiling
*.gcov
*.gcda
*.gcno
coverage/
# Package files
*.tar.gz
*.zip
*.deb
*.rpm
# Core dumps
core
core.*