mirror of
https://github.com/gramps-project/gramps
synced 2025-10-05 15:42:44 +02:00
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.
This commit is contained in:
committed by
Nick Hall
parent
c09337d75c
commit
c7ff39cb16
6
.gitignore
vendored
6
.gitignore
vendored
@@ -9,6 +9,12 @@ 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
|
||||
|
Reference in New Issue
Block a user