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
|
/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
6
build/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
*/
|
/*/
|
||||||
!extlib/
|
!/extlib/
|
||||||
.fdroidvcs-*
|
/.fdroidvcs-*
|
||||||
|
|
Loading…
Reference in a new issue