Files
flatpak/.gitignore
Simon McVittie 81c6adb0f7 Declare copyright and licensing using REUSE
To fill in some gaps, I've had to make some assumptions:

* trivial changes (such as checking for an additional function or
  header file in libglnx.m4) are assumed to not be copyrightable
* Will Thompson and Matthew Leeds are assumed to be contributing on
  behalf of Endless Mobile Inc.
* files with no explicit licensing information are assumed to be
  under the license found in COPYING

Reference: https://reuse.software/
Signed-off-by: Simon McVittie <smcv@debian.org>
2022-02-19 22:57:48 +00:00

22 lines
278 B
Plaintext

# Copyright 2015 Colin Walters
# SPDX-License-Identifier: LGPL-2.1-or-later
# A path ostree writes to work around automake bug with
# subdir-objects
Makefile-libglnx.am.inc
libglnx-config.h
# Some standard bits
.deps
.libs
.dirstamp
*.typelib
*.la
*.lo
*.o
*.pyc
*.stamp
*~