Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoshuakr <joshuakr@nvidia.com>2021-01-22 05:31:49 +0300
committerjoshuakr <joshuakr@nvidia.com>2021-01-22 05:33:57 +0300
commitdb83fc443f1bfbb2326787d8a058965e75a3cb4c (patch)
tree931667d9305b6ffa29fdb216d7323056937f8c12 /.gitignore
parentc5261e42ba0f7bafbae3ca033b11460e6b92c66c (diff)
Adding a few things to ignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f18e0257..baa59397 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
x64
Release
Debug
+_build
+_compiler
+tools/*
*.d
*.o
*.so
@@ -28,3 +31,7 @@ vcpkg/*
!vcpkg/install_vcpkg_dependencies.bat
.deps/
.dirstamp
+.vscode/
+
+/_*/**
+/**/__pycache__/**