.gitignore generated files in the python bindings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17296 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2008-07-11 21:40:02 +00:00
parent 4bb28b3f9e
commit 064ca2196c

3
.gitignore vendored
View File

@@ -3,6 +3,8 @@
*.la *.la
*.lo *.lo
*.orig *.orig
*.pyc
*.pyo
*.schemas *.schemas
COPYING COPYING
ChangeLog ChangeLog
@@ -49,6 +51,7 @@ po/POTFILES
po/POTFILES.in po/POTFILES.in
po/gnucash.pot po/gnucash.pot
po/stamp-it po/stamp-it
py-compile
src/app-utils/gnucash src/app-utils/gnucash
src/bin/gnucash src/bin/gnucash
src/bin/gnucash-bin src/bin/gnucash-bin