diff options
author | Daniel Peukert | 2025-02-19 17:28:50 +0100 |
---|---|---|
committer | Daniel Peukert | 2025-02-19 17:28:50 +0100 |
commit | 8d4abebaa4e9c4e93d88509fdc8c2146dff7ff45 (patch) | |
tree | 0935307a82bc23cf1b1a1c3cc23c17fbe82feaba /.gitignore | |
download | aur-8d4abebaa4e9c4e93d88509fdc8c2146dff7ff45.tar.gz |
[ocaml-inotify] Add new dependencies, update to 2.6
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..076d904dd4ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo, +# which causes the gitignore file to apply to them too, which breaks some builds +# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore +/*.tar +/*.tar.* +/*.rpm +/*.jar +/*.exe +/*.msi +/*.zip +/*.tgz +/*.log +/*.log.* +/*.sig |