diff options
| author | Radosław Kujawa <radoslaw.kujawa@c0ff33.net> | 2026-07-17 14:53:46 +0200 |
|---|---|---|
| committer | Radosław Kujawa <radoslaw.kujawa@c0ff33.net> | 2026-07-17 14:53:46 +0200 |
| commit | 836167945ec2c7ad5acdf0aa17ce35ec1b9428a6 (patch) | |
| tree | 1a46e7403d5a30c1742163bd9537fb404b00021a | |
.gitignore
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d41c52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Build artifacts +*.o +*.a +*.so +*.so.* +*.dll.a +lib/ +lib64/ + +# Generated header deps +*.d + +# Mesa build scaffolding +configs/current +depend +depend.bak + +# Editor crap +*~ +*.swp +*.orig |
