From 4e3c86fb717fb7a0b25a63afe34427c76a60446a Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Thu, 26 Sep 2024 13:23:56 -0700 Subject: [PATCH] Ignore profiling folders --- app-proto/full-interface/.gitignore | 1 + app-proto/inversive-display/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/app-proto/full-interface/.gitignore b/app-proto/full-interface/.gitignore index 238273d..19aa86b 100644 --- a/app-proto/full-interface/.gitignore +++ b/app-proto/full-interface/.gitignore @@ -1,3 +1,4 @@ target dist +profiling Cargo.lock \ No newline at end of file diff --git a/app-proto/inversive-display/.gitignore b/app-proto/inversive-display/.gitignore index 238273d..19aa86b 100644 --- a/app-proto/inversive-display/.gitignore +++ b/app-proto/inversive-display/.gitignore @@ -1,3 +1,4 @@ target dist +profiling Cargo.lock \ No newline at end of file