libicmp/.gitignore

21 lines
173 B
Text

# Build artifacts
*.a
*.so
*.so.*
test.out
.build/
# Object files and dependencies
*.o
*.d
# Editor files
*~
*.swp
*.swo
*.bak
.cache/
compile_commands.json
# Logs
*.log