meta: add builddir;export to .gitignore

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
This commit is contained in:
tfuxu 2023-04-30 20:09:26 +00:00 committed by GitHub
parent e392b16a72
commit 78da705c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View file

@ -21,7 +21,9 @@
### Flatpak ###
.flatpak-builder
build
builddir
build-dir
export
repo
### Meson ###
@ -428,8 +430,8 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# The flatpak pip generator (needed for GH-Actions)
# The flatpak pip generator (needed for CI)
flatpak-pip-generator
# Don't include constants.py in VCS since that's a generated file
# Don't include constants.py in VCS since it's a generated file
gradience/backend/constants.py