move the .o and .so .gitignore lines to the top level .gitignore
This commit is contained in:
parent
088bc4628b
commit
ed0ef1f9f0
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
dist/
|
dist/
|
||||||
/host
|
/host
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
2
libs/sgi-webuci/.gitignore
vendored
2
libs/sgi-webuci/.gitignore
vendored
|
@ -1,4 +1,2 @@
|
||||||
boa-patches/series
|
boa-patches/series
|
||||||
boa-*.*
|
boa-*.*
|
||||||
*.o
|
|
||||||
*.so
|
|
||||||
|
|
Loading…
Reference in a new issue