diff options
author | Mark Wagie | 2023-09-30 09:38:53 -0600 |
---|---|---|
committer | Mark Wagie | 2023-09-30 09:38:53 -0600 |
commit | 4a2c2e456363cdb9bf4793d623d9bef4ccf0ca5d (patch) | |
tree | 3f240206633d45bdfe3ae4945a46beb221105afe /.gitignore | |
download | aur-4a2c2e456363cdb9bf4793d623d9bef4ccf0ca5d.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 |