gramps/.gitignore

32 lines
236 B
Plaintext
Raw Normal View History

2012-12-13 19:35:30 +05:30
# Python
*.py[cod]
# Distutils
2013-01-09 03:24:15 +05:30
MANIFEST
2012-12-13 19:35:30 +05:30
build/
2013-01-09 03:24:15 +05:30
dist/
2012-12-13 19:35:30 +05:30
# Gramps
2013-10-23 00:07:30 +05:30
docs/_build/
2013-08-28 14:54:13 +05:30
# Editing
tags
2013-11-13 20:07:52 +05:30
*.swp
2013-12-22 02:26:10 +05:30
# Testing
test/data
# Windows image file caches
Thumbs.db
ehthumbs.db
2015-09-13 06:21:28 +05:30
2017-07-27 22:53:55 +05:30
# IDE
.idea/
2015-09-13 06:21:28 +05:30
# Glade temp files
*~
2022-09-02 11:55:18 +05:30
# Python metadata
.venv*/