remove accidental artifact
Somehow I managed to slip a temporary build file into the tree. Remove it and update the .gitignore file so it doesn't happen again.
This commit is contained in:
parent
ebbc762182
commit
99b57b6dcc
|
@ -4,6 +4,7 @@
|
|||
.libs
|
||||
.deps
|
||||
*.o
|
||||
*.o.??????
|
||||
*.a
|
||||
*.lo
|
||||
*.la
|
||||
|
|
Loading…
Reference in New Issue