Better gitignore fields (we want the root directory)

This commit is contained in:
Daniel Martí 2013-10-25 20:56:38 +02:00
parent e69a013fc0
commit 6deb6af32c
2 changed files with 15 additions and 15 deletions

24
.gitignore vendored
View File

@ -1,14 +1,14 @@
config.py
repo/
archive/
logs/
built/
tmp/
builder/
/config.py
/repo/
/archive/
/logs/
/built/
/tmp/
/builder/
*~
*.pyc
unsigned/
note
misc/
shmetadata/
shmextlib/
/unsigned/
/note
/misc/
/shmetadata/
/shmextlib/

6
build/.gitignore vendored
View File

@ -1,3 +1,3 @@
*/
!extlib/
.fdroidvcs-*
/*/
!/extlib/
/.fdroidvcs-*