aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-01-26 15:25:29 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-01-26 17:08:01 -0600
commite6aee455e9b9432f9646858d9853b7dae866f9b5 (patch)
tree513245c300e111dab64bc95bfecb9827ccd7fb74 /.gitignore
parent28847d38b20e4dbfb6ab8ee4e253cd7702ce39bf (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 824f339..05e891e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
!/*/**
+.untracked