Skip to content

Commit ea34c51

Browse files
authored
Dev: Update .gitignore to ignore local dev directories (#467)
Adds several development directories to `.gitignore`, including - `tmp`, for local development - several package cache directories populating by the `Windrunner` executable when building or running XR examples Signed-off-by: Tom Birdsong <tbirdsong@nvidia.com>
1 parent e1453b3 commit ea34c51

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ aggregate_metadata.json
1818
.venv/
1919
ngc-cli/
2020
.bash_history
21+
.python_history
2122
.wget-hsts
23+
2224
.cache/
23-
.cupy/
25+
.cupy/
26+
.cmake/
27+
.docker/
28+
.config/
29+
.local/
30+
tmp/
31+

0 commit comments

Comments
 (0)