Cybersecurity-Projects/PROJECTS/beginner/network-traffic-analyzer/cpp/.gitignore

24 lines
188 B
Plaintext

# ©AngelaMos | 2026
# .gitignore
build/
*.o
*.a
*.so
*.out
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
*.cmake
compile_commands.json
.cache/
.vscode/
.idea/
*.swp
*.swo
.DS_Store