diff options
author | edwloef | 2024-12-20 11:34:07 +0100 |
---|---|---|
committer | edwloef | 2024-12-20 11:34:07 +0100 |
commit | 95bf2b0ab63538e64ff40d40a04dbe4129b93af0 (patch) | |
tree | d5c97a9a1fa6ecc2546a5fb10fe842bab23c4ab7 /.gitignore | |
download | aur-95bf2b0ab63538e64ff40d40a04dbe4129b93af0.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..4dab8d6386e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO |