aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot]2026-02-20 06:45:26 +0000
committercopilot-swe-agent[bot]2026-02-20 06:45:26 +0000
commit11b4ff772bdd09ba9d80c35615ca63b97a494a1a (patch)
treed54d1475b7984215d394b7f8e6a746d756d6b6b9
parent2fdfd54b552e2a02ad80737a0f009786e358e043 (diff)
downloadlibrandom-11b4ff772bdd09ba9d80c35615ca63b97a494a1a.tar.xz
librandom-11b4ff772bdd09ba9d80c35615ca63b97a494a1a.tar.zst
Add .gitignore to exclude compiled binaries
Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
-rw-r--r--.gitignore13
-rwxr-xr-xsource/photon_spin_randombin16480 -> 0 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..719f723
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Compiled binaries
+source/photon_spin_random
+
+# Object files
+*.o
+*.obj
+
+# Build artifacts
+*.a
+*.so
+*.dylib
+*.dll
+*.exe
diff --git a/source/photon_spin_random b/source/photon_spin_random
deleted file mode 100755
index fb932d4..0000000
--- a/source/photon_spin_random
+++ /dev/null
Binary files differ