diff options
| author | copilot-swe-agent[bot] | 2026-02-20 06:45:26 +0000 |
|---|---|---|
| committer | copilot-swe-agent[bot] | 2026-02-20 06:45:26 +0000 |
| commit | 11b4ff772bdd09ba9d80c35615ca63b97a494a1a (patch) | |
| tree | d54d1475b7984215d394b7f8e6a746d756d6b6b9 | |
| parent | 2fdfd54b552e2a02ad80737a0f009786e358e043 (diff) | |
| download | librandom-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-- | .gitignore | 13 | ||||
| -rwxr-xr-x | source/photon_spin_random | bin | 16480 -> 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 Binary files differdeleted file mode 100755 index fb932d4..0000000 --- a/source/photon_spin_random +++ /dev/null |
