Better gitignore fields (we want the root directory)
This commit is contained in:
parent
e69a013fc0
commit
6deb6af32c
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -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
6
build/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
*/
|
||||
!extlib/
|
||||
.fdroidvcs-*
|
||||
/*/
|
||||
!/extlib/
|
||||
/.fdroidvcs-*
|
||||
|
|
Loading…
Reference in a new issue