Move .bzrignore to .gitignore

This commit is contained in:
Ralph Lange
2017-03-30 17:10:52 +02:00
parent f71102982f
commit 4c06cdc660
2 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
./bin
./lib
./db
./dbd
./html
./include
./templates
**/O.*
./QtC-*

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
/bin/
/lib/
/db/
/dbd/
/html/
/include/
/templates/
O.*
/QtC-*
*.orig
*.log