mirror of
https://github.com/gramps-project/gramps
synced 2025-10-05 23:52:46 +02:00
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.
38 lines
351 B
Plaintext
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*/
|
|
|