diff options
author | David Marzal | 2022-02-04 23:44:49 +0100 |
---|---|---|
committer | David Marzal | 2022-02-04 23:44:49 +0100 |
commit | ec0c253465911c12ee64cf344af47d4e7958b4f8 (patch) | |
tree | 7cb73a00a59ec382db54712c30083af3a5dd5c43 | |
parent | 34944f1ac54e04ca7d89e171ca30054c97e816d4 (diff) | |
download | aur-ec0c253465911c12ee64cf344af47d4e7958b4f8.tar.gz |
add gitignore
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..aa891674dba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything in this directory +* +# Except this files +!.gitignore +!.SRCINFO +!PKGBUILD
\ No newline at end of file |