diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-18 17:45:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-18 17:45:45 +0200 |
commit | d53a20b13a01ccb64a0f8b48caa47c0066e8143a (patch) | |
tree | f9b86cf36347560ff9557fbcad9f10d3cb131bd7 /.gitignore | |
parent | 534c79318c9ce00c723ae6373edc31607c82836a (diff) |
ignore build-aux
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0959a9597..4f58c79ac 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ flake8.log # for pytest created data: .cache/ __pycache__/ +build-aux/ |