2022-11-25 01:18:32 +00: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 15:08:08 +01:00
|
|
|
# Build directories
|
2014-01-08 09:00:22 +00:00
|
|
|
build/
|
2019-08-15 15:08:08 +01:00
|
|
|
build-*/
|
2022-11-25 01:08:43 +00:00
|
|
|
docs/genrst/
|
2014-04-10 22:32:04 +01:00
|
|
|
|
|
|
|
# Test failure outputs
|
2020-04-07 15:19:49 +01:00
|
|
|
tests/results/*
|
2014-04-12 18:30:22 +01:00
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
__pycache__/
|
2014-07-24 08:09:56 +01:00
|
|
|
|
2015-04-30 09:14:59 +01:00
|
|
|
# Customized Makefile/project overrides
|
2014-07-24 08:09:56 +01:00
|
|
|
GNUmakefile
|
2015-04-30 09:14:59 +01:00
|
|
|
user.props
|
2017-02-07 05:00:34 +00:00
|
|
|
|
2021-05-03 01:12:58 +01:00
|
|
|
# MacOS desktop metadata files
|
|
|
|
.DS_Store
|