ajout du gitignore

This commit is contained in:
2025-10-04 17:12:57 +02:00
parent 6fdc9152f6
commit 1e77f7cdaf

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Fichiers générés par CMake
cmake-build-*/
build/
CMakeFiles/
CMakeCache.txt
Makefile
install_manifest.txt
compile_commands.json
# Fichiers générés par CLion
.idea/
*.iml
*.ipr
*.iws
out/
# Fichiers objets et binaires
*.obj
*.exe
*.a
*.lib
*.dll
*.so
*.dylib
# Fichiers temporaires et logs
*.log
*.tmp
*.swp
*.swo
*.bak
*.cache
*.internal
*.make
*.dir/
*.cbp
*.layout
clion-log.txt