From 133e4ed6369dd5f5069238777e82312c6b91ae0c Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 12 Sep 2023 15:20:06 -0700 Subject: [PATCH] misc: Add "typings" directory to .gitignore This is used by Pylance IntelliSense to infer gem5 typing. See "util/gem5-stubgen.py" for generating this directory. Change-Id: Ie39762c718e5392f6194ff7c8238bd0cd677f486 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 229a0d5ae9..8aaf08f076 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ configs/example/memcheck.cfg configs/dram/lowp_sweep.cfg .pyenv .vscode +typings