# SPDX-FileCopyrightText: © 2018-2019 Alexandros Theodotou <alex@zrythm.org>
# SPDX-License-Identifier: LicenseRef-ZrythmLicense

# Build files
build
builddir*
build_*
_build
tmp_builddir
/Makefile
/doc/Doxyfile.cfg
/config.h
configure

# -- C++
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj
**/*/*.so*

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
build/*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
#*.lib

# Executables
*.exe
*.out
*.app

# -- Vim
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
.vimrc

# Session
Session.vim

# Temporary
.netrwhist
*~
*.ui#
**/.deps

# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# http://www.gnu.org/software/automake

/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap

# http://www.gnu.org/software/autoconf

autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
#/config.guess
/config.h.in
/config.log
/config.status
#/config.sub
/configure
/configure.scan
/depcomp
#/install-sh
/missing
/stamp-h1

# https://www.gnu.org/software/libtool/

/ltmain.sh

# http://www.gnu.org/software/texinfo

/texinfo.tex

# http://www.gnu.org/software/m4/

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

# Doxygen
/doc/html
/doc/xml

# Backup files
*.bak

# Valgrind
vgcore.*

# Translated files
*.mo

# (auto-generated by cmake)
po/LINGUAS
po/POTFILES*

# Packaging hook credentials
project-defs.sh.inc

# MacOS stuff
.DS_Store
data/osx/Info.plist
*.dmg

# GLib schemas
gschemas.compiled

# tests
coverage.html

# Flatpak
.flatpak-builder

# valgrind log
valog*

# massif
massif*

# callgrind
callgrind*

# profiling
results*
perf.data*

# VS Code config
#.vscode
.cache
_installed*

# Python related files
venv

# Node.js
node_modules

# GNOME Builder
.buildconfig
*.syscap

# KDevelop
*.kdev4

# CLion
.idea

# Logging
/*.log

# CMake
CMakeLists.txt.user

# PlantUML
out

# Qt
**/.qmlls.ini
