ajout du gitignore
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user