From e6aee455e9b9432f9646858d9853b7dae866f9b5 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 26 Jan 2024 15:25:29 -0600 Subject: build: track stowed untracked files This allows for the removal of symlinks of untracked files in the event that they are removed without ever being tracked by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 824f339..05e891e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ !/*/** +.untracked -- cgit v1.2.3-70-g09d2