2022-11-25 04:18:32 +03:00
|
|
|
# This .gitignore file is intended to be minimal.
|
|
|
|
#
|
|
|
|
# If you find that you need additional rules, such as IDE temporary
|
|
|
|
# files, please do so either via a global .gitignore file (registered
|
|
|
|
# with core.excludesFile), or by adding private repository-specific
|
|
|
|
# rules to .git/info/exclude. See https://git-scm.com/docs/gitignore
|
|
|
|
# for more information.
|
|
|
|
|
2019-08-15 17:08:08 +03:00
|
|
|
# Build directories
|
2014-01-08 13:00:22 +04:00
|
|
|
build/
|
2019-08-15 17:08:08 +03:00
|
|
|
build-*/
|
2022-11-25 04:08:43 +03:00
|
|
|
docs/genrst/
|
2014-04-11 01:32:04 +04:00
|
|
|
|
|
|
|
# Test failure outputs
|
2020-04-07 17:19:49 +03:00
|
|
|
tests/results/*
|
2014-04-12 21:30:22 +04:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
__pycache__/
|
2014-07-24 11:09:56 +04:00
|
|
|
|
2015-04-30 11:14:59 +03:00
|
|
|
# Customized Makefile/project overrides
|
2014-07-24 11:09:56 +04:00
|
|
|
GNUmakefile
|
2015-04-30 11:14:59 +03:00
|
|
|
user.props
|
2017-02-07 08:00:34 +03:00
|
|
|
|
2021-05-03 03:12:58 +03:00
|
|
|
# MacOS desktop metadata files
|
|
|
|
.DS_Store
|