diff options
author | Matthias Mailänder | 2024-07-23 13:21:26 +0200 |
---|---|---|
committer | Matthias Mailänder | 2024-07-23 13:21:26 +0200 |
commit | 745aac7753f32209cc2743a3f40c7df5c3c340c0 (patch) | |
tree | db9905b6398c8a1484d45db985948f84b8a5cb4a | |
parent | a52294b5d3b12c7fe1eace53b9b04e01f6a60973 (diff) | |
download | aur-745aac7753f32209cc2743a3f40c7df5c3c340c0.tar.gz |
Ignore binaries.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..5eeaebf76b27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/pkg +/src +*.pkg.tar.zst +*.tar.gz |