Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ebda67d5 authored by CAMBUZAT Remi's avatar CAMBUZAT Remi
Browse files

Add .gitignore

parent 26b93f57
Branches
Tags
No related merge requests found
buildDebug/
.*.swp
.idea
cmake-build-debug
#Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Generated
[Bb]uild/
[Gg]enerated/
build.log
/bin
# VScode files
.vscode/
*.vcxproj*
*.sln
/.vs
# CMAKE files
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CPackConfig.cmake
CPackSourceConfig.cmake
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
*.app
#Cmake
/Debug
#QtCreator Cmake
CMakeLists.txt.user*
/release
# Documentation files generated by Doxygen
/html
# UMANS simulation output
/output
/screenshots
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment