install: Add directory for building Dangerzone RPMs

Add an `rpm-build` directory under `install/linux`, which will be used
for building Dangerzone RPMs. For the time being, it only has a
.gitignore file there, but in the future, invoking
`install/linux/build-rpm.py` will populate it.
This commit is contained in:
Alex Pyrgiotis 2023-08-31 13:31:49 +03:00
parent f5abe0abd0
commit 6cc2a953ff
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

2
install/linux/rpm-build/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore