mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-06-06 18:08:31 +02:00
27 lines
470 B
Plaintext
27 lines
470 B
Plaintext
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# Vim
|
|
.*.sw?
|
|
.*.tmp
|
|
*~
|
|
.#*
|
|
[#]*#
|
|
Session.vim
|
|
/tags
|
|
/doc/tags
|
|
|
|
## Debian build artifacts
|
|
**/debhelper-build-stamp
|
|
**/debian/files
|
|
**/debian/*.debhelper*
|
|
debian/*.postinst.debhelper
|
|
debian/*.postrm.debhelper
|
|
debian/*.preinst.debhelper
|
|
debian/*.prerm.debhelper
|
|
debian/*.substvars
|
|
*-build-deps_*.deb
|
|
*-build-deps_*.buildinfo
|
|
*-build-deps_*.changes
|