Added gramps34 stuff deleted later to .gitignore
Various autotools-related junk et al. "gramps" itself still shows as untracked, but I don't want to add it as there's also example/gramps that will get shadowed, too... svn: r22688
This commit is contained in:
parent
9e89a17790
commit
66e4be59bb
25
.gitignore
vendored
25
.gitignore
vendored
@ -2,11 +2,34 @@
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
# Distutils
|
# Distutils
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
configure
|
||||||
|
Makefile
|
||||||
|
Makefile*.in
|
||||||
|
install-sh
|
||||||
MANIFEST
|
MANIFEST
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
m4/intltool.m4
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
|
py-compile
|
||||||
|
|
||||||
# Gramps
|
# Gramps
|
||||||
data/tips.xml
|
src/const.py
|
||||||
|
src/data/tips.xml
|
||||||
src/plugins/lib/holidays.xml
|
src/plugins/lib/holidays.xml
|
||||||
po/.intltool-merge-cache
|
po/.intltool-merge-cache
|
||||||
|
po/stamp-it
|
||||||
|
po/POTFILES
|
||||||
|
data/gramps.desktop
|
||||||
|
data/gramps.keys
|
||||||
|
data/gramps.xml
|
||||||
|
*.gmo
|
||||||
|
data/man/*.[1-8]
|
||||||
|
data/man/*/*.[1-8]
|
||||||
|
gramps.sh
|
||||||
|
intltool-*.in
|
||||||
|
Loading…
Reference in New Issue
Block a user