Update .gitignore with src/*.o wildcard
This commit is contained in:
parent
5998ad3ae8
commit
82f54a0ba0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,7 +15,7 @@ missing
|
||||||
src/.deps/
|
src/.deps/
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/Makefile.in
|
src/Makefile.in
|
||||||
src/main.o
|
src/*.o
|
||||||
src/myexecutable
|
src/myexecutable
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user