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 /config.py
repo/ /repo/
archive/ /archive/
logs/ /logs/
built/ /built/
tmp/ /tmp/
builder/ /builder/
*~ *~
*.pyc *.pyc
unsigned/ /unsigned/
note /note
misc/ /misc/
shmetadata/ /shmetadata/
shmextlib/ /shmextlib/

6
build/.gitignore vendored
View file

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