.gitignore updated

This commit is contained in:
Mateusz Pusz
2019-05-08 09:05:59 -06:00
parent e9d1ae2719
commit 02de44cd12

11
.gitignore vendored
View File

@@ -29,10 +29,13 @@
*.app *.app
# IDE-specific # IDE-specific
.idea/ /.idea/
.vs/ /.vs/
.vscode/ /.vscode/
*build*/ /*build*/
/out/
/CMakeSettings.json
# Conan # Conan
*.pyc *.pyc
/test_package/build/