Skip to content
Snippets Groups Projects
Commit 10ba9983 authored by anthony.bouillan's avatar anthony.bouillan
Browse files

Add gitignore

parent 7989f38d
No related branches found
No related tags found
No related merge requests found
# Executable and object files
*.o
*.out
*.exe
*.obj
# Dependency files
*.d
# Library files
*.lib
*.a
*.so
*.dll
*.dylib
# Build directories
/build/
/bin/
/Debug/
/Release/
# IDE-specific files
*.log
*.workspace
*.cproject
*.project
.idea/
.vscode/
# Temporary or backup files
*.swp
*.tmp
*.temp
*.bak
*.old
*.orig
*.rej
*~
puissance4
# Testing files
*.gcno
*.gcda
*.gcov
# Windows-specific files
*.pdb
Thumbs.db
desktop.ini
# macOS-specific files
.DS_Store
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment