aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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