diff options
author | Mark Wagie | 2024-06-25 16:39:15 -0600 |
---|---|---|
committer | Mark Wagie | 2024-06-25 16:39:15 -0600 |
commit | 68ce119e801f784041e92443d52e50b8a28f4a62 (patch) | |
tree | 5c8a00d64c7fd30577d1bdb1f64a4a0ae0b81b38 /.gitignore | |
download | aur-68ce119e801f784041e92443d52e50b8a28f4a62.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..26705f16fbea --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO +!proton-mail.desktop |