Update.
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
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
This commit is contained in:
+64
@@ -0,0 +1,64 @@
|
||||
# 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.*
|
||||
Reference in New Issue
Block a user