Add .gitignore to exclude build artifacts and test data
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Build artifacts
|
||||
*.o
|
||||
fastsync_server
|
||||
fastsync_client
|
||||
|
||||
# Test data
|
||||
test_dest/
|
||||
test_dest_big/
|
||||
test_src/
|
||||
test_big/
|
||||
|
||||
# Benchmark generated files
|
||||
*.bin
|
||||
*.tmp
|
||||
|
||||
# IDE/Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user