diff options
author | Hartmut Seichter | 2023-03-12 18:29:55 +0100 |
---|---|---|
committer | Hartmut Seichter | 2023-03-12 18:29:55 +0100 |
commit | 4968ba31d59bcd1b2c66c4b46a800205dbca2a0b (patch) | |
tree | a9151fb479421980baa48886ada1f3f9be4b1bca | |
parent | 0a7643cbfbeb250966c9933341c9c9fd3170fcfa (diff) | |
download | aur-vrpn.tar.gz |
added a suitable 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..4dccc7769c72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO
\ No newline at end of file |