From 69122b6ad7aba2e6ecaec8a6d4447cdecbcd60a1 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 25 Jun 2023 16:24:43 -0400 Subject: [PATCH] Ignore Hardware Configuration Added in a .gitignore that adds in hardware-configuration.nix so that we don't commit our hardware configurations and they can stay unique per system. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a44c4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore generated hardware configuration files +hardware-configuration.nix