Moved and updated .bzrignore into .gitignore

This commit is contained in:
Raoul Snyman 2019-09-16 23:44:52 -07:00
parent 9d16ae2b06
commit 0fbb14f84e
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 0 additions and 5 deletions

View File

@ -8,7 +8,6 @@
*.nja *.nja
*.orig *.orig
*.pyc *.pyc
resources/i18n/*.ts
*.rej *.rej
*.ropeproject *.ropeproject
*.~\?~ *.~\?~
@ -16,8 +15,6 @@ resources/i18n/*.ts
.cache .cache
.coverage .coverage
.directory .directory
.git
.gitignore
.idea .idea
.kdev4 .kdev4
.komodotools .komodotools
@ -35,7 +32,6 @@ env
htmlcov htmlcov
list list
node_modules node_modules
openlp-test-projectordb.sqlite
openlp.cfg openlp.cfg
openlp.pro openlp.pro
openlp/core/resources.py.old openlp/core/resources.py.old
@ -45,4 +41,3 @@ output
package-lock.json package-lock.json
tags tags
test test
tests.kdev4