gramps/.gitignore

31 lines
265 B
Plaintext
Raw Normal View History

2012-12-13 14:05:30 +00:00
# Python
*.py[cod]
# Distutils
2013-01-08 21:54:15 +00:00
MANIFEST
2012-12-13 14:05:30 +00:00
build/
2013-01-08 21:54:15 +00:00
dist/
2012-12-13 14:05:30 +00:00
# Gramps
2013-01-08 21:54:15 +00:00
data/tips.xml
data/holidays.xml
2012-12-13 14:05:30 +00:00
po/.intltool-merge-cache
2013-10-22 18:37:30 +00:00
docs/_build/
2013-08-28 09:24:13 +00:00
# Editing
tags
2013-11-13 16:37:52 +02:00
*.swp
2013-12-21 22:56:10 +02:00
# Testing
test/data
# Windows image file caches
Thumbs.db
ehthumbs.db
2015-09-13 10:51:28 +10:00
2017-07-27 20:23:55 +03:00
# IDE
.idea/
2015-09-13 10:51:28 +10:00
# Glade temp files
*~