summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-18 21:11:41 -0400
committerLLLL Colonq <llll@colonq>2026-06-18 21:11:41 -0400
commitfc43a36a8293b5d7b6d181bd9caffbf4344cdcb6 (patch)
treebb2576c7baa823a2c89cdea0336af42113f432f5
parent959cd6dfc5dd9637dab2ad8f55f4eef976fd50c3 (diff)
Cleanup raylib example
l---------2026/examples/example_raylib/.direnv/flake-profile1
l---------2026/examples/example_raylib/.direnv/flake-profile-1-link1
-rw-r--r--2026/examples/example_raylib/.gitignore3
3 files changed, 2 insertions, 3 deletions
diff --git a/2026/examples/example_raylib/.direnv/flake-profile b/2026/examples/example_raylib/.direnv/flake-profile
deleted file mode 120000
index 0c05709..0000000
--- a/2026/examples/example_raylib/.direnv/flake-profile
+++ /dev/null
@@ -1 +0,0 @@
-flake-profile-1-link \ No newline at end of file
diff --git a/2026/examples/example_raylib/.direnv/flake-profile-1-link b/2026/examples/example_raylib/.direnv/flake-profile-1-link
deleted file mode 120000
index 8f6f619..0000000
--- a/2026/examples/example_raylib/.direnv/flake-profile-1-link
+++ /dev/null
@@ -1 +0,0 @@
-/nix/store/xska2chszdi2m9qa6cnig39w8aihqqcw-nix-shell-env \ No newline at end of file
diff --git a/2026/examples/example_raylib/.gitignore b/2026/examples/example_raylib/.gitignore
index fe788c5..3568a0f 100644
--- a/2026/examples/example_raylib/.gitignore
+++ b/2026/examples/example_raylib/.gitignore
@@ -1 +1,2 @@
-libraylib.a \ No newline at end of file
+libraylib.a
+.direnv/* \ No newline at end of file