0
0
mirror of https://github.com/gramps-project/gramps synced 2025-10-05 23:52:46 +02:00
Files
gramps/.gitignore
Himanshu Gohel c7ff39cb16 Ignore AIO artifacts in gitignore
Several artifacts are generated (or downloaded) when building the AIO bundle, which have been added to .gitignore since they don't need to be tracked with git.
2024-02-09 16:42:29 +00:00

38 lines
351 B
Plaintext

# Python
*.py[cod]
# Distutils
MANIFEST
build/
dist/
# Gramps
docs/_build/
# Gramps AIO build artifacts
aio/grampsaio64.nsi
aio/mingw-w64-x86_64-db-*.pkg.tar.xz
aio/mingw64
gramps.egg-info
# Editing
tags
*.swp
# Testing
test/data
# Windows image file caches
Thumbs.db
ehthumbs.db
# IDE
.idea/
# Glade temp files
*~
# Python metadata
.venv*/