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