Merge branch 'master' into HEAD

fixes-turtlebasket
Mattia Montanari 2021-07-03 13:30:29 +02:00
commit c0b940d0a7
1 changed files with 25 additions and 1 deletions

26
.gitignore vendored
View File

@ -2,7 +2,10 @@
build*/* build*/*
*.so *.so
public/ public/
<<<<<<< HEAD
*.exe *.exe
=======
>>>>>>> master
# Eclispe setting --- do not ignore *.cproject and *.project # Eclispe setting --- do not ignore *.cproject and *.project
*/**/.settings */**/.settings
@ -92,7 +95,11 @@ DocProject/Help/Html2
DocProject/Help/html DocProject/Help/html
# Cmake, make and compiled objects on unix # Cmake, make and compiled objects on unix
<<<<<<< HEAD
#*.cmake #*.cmake
=======
*.cmake
>>>>>>> master
*.c.o *.c.o
*/CMakeFiles/* */CMakeFiles/*
*/Makefile */Makefile
@ -142,6 +149,20 @@ Assets/AssetStoreTools*
# Visual Studio cache directory # Visual Studio cache directory
.vs/ .vs/
<<<<<<< HEAD
=======
# Visual Studio Code cache directory
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
>>>>>>> master
# Autogenerated VS/MD/Consulo solution and project files # Autogenerated VS/MD/Consulo solution and project files
ExportedObj/ ExportedObj/
.consulo/ .consulo/
@ -175,8 +196,11 @@ sysinfo.txt
# Office # Office
~*.pptx ~*.pptx
<<<<<<< HEAD
# Pytest # Pytest
.cache .cache
.pytest_cache .pytest_cache
.mypy_cache .mypy_cache
=======
>>>>>>> master