Merge branch 'cmakeWin' into dev

This commit is contained in:
Mattia Montanari
2021-07-03 13:33:36 +02:00
4 changed files with 41 additions and 6 deletions

27
.gitignore vendored
View File

@@ -2,7 +2,10 @@
build*/*
*.so
public/
<<<<<<< HEAD
*.exe
=======
>>>>>>> master
# Eclispe setting --- do not ignore *.cproject and *.project
*/**/.settings
@@ -92,7 +95,11 @@ DocProject/Help/Html2
DocProject/Help/html
# Cmake, make and compiled objects on unix
<<<<<<< HEAD
#*.cmake
=======
*.cmake
>>>>>>> master
*.c.o
*/CMakeFiles/*
*/Makefile
@@ -142,6 +149,20 @@ Assets/AssetStoreTools*
# Visual Studio cache directory
.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
ExportedObj/
.consulo/
@@ -175,6 +196,7 @@ sysinfo.txt
# Office
~*.pptx
<<<<<<< HEAD
#Cython https://github.com/cython/cython/blob/master/.gitignore
*.pyc
@@ -215,3 +237,8 @@ callgrind.out.*
.cache
.pytest_cache
.mypy_cache
<<<<<<< HEAD
=======
=======
>>>>>>> master
>>>>>>> cmakeWin