diff options
author | Bart Libert | 2024-10-31 12:06:44 +0100 |
---|---|---|
committer | Bart Libert | 2024-10-31 12:06:44 +0100 |
commit | dc7bd0873ab39c14bbd299af6106af9e59519301 (patch) | |
tree | bd38754dde9e31691d2a5b1b66040c596f877cc1 /.gitignore | |
download | aur-dc7bd0873ab39c14bbd299af6106af9e59519301.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..e69d7a6de40f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* +!PKGBUILD +!.SRCINFO +!.gitignore +!.pre-commit-config.yaml |