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