diff options
| author | Claudius Holeksa <mail@keldu.de> | 2023-05-09 17:25:57 +0200 |
|---|---|---|
| committer | Claudius Holeksa <mail@keldu.de> | 2023-05-09 17:25:57 +0200 |
| commit | bfe46f28cb8244fda2f689b9f81998cc0f3f1501 (patch) | |
| tree | 3c2b35724aefb065286d6e5eea0078f77ff923fd | |
| parent | cac4a8dd2ac6670c5db8d2370cdd12451f9f50cf (diff) | |
| download | mini-test-bfe46f28cb8244fda2f689b9f81998cc0f3f1501.tar.gz | |
Added gitignore
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a241ce0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Regular things to ignore +*.o +*.a +*.os +*.so +# Yeah. I use nix. I need this +result* |
