Update .gitignore.
Remove generated files that are now written to the build dir instead. Match any build directory from root. Stop listing submodule and vcpkg. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
5081ae44e5
commit
e2634df5cc
|
@ -1,13 +1,4 @@
|
||||||
src/wx/builtin-over.h
|
/*build*/*
|
||||||
src/wx/builtin-xrc.h
|
|
||||||
src/wx/cmd-evtable.h
|
|
||||||
src/wx/cmdhandlers.h
|
|
||||||
src/wx/cmdtab.cpp
|
|
||||||
src/wx/wxvbam.xrs
|
|
||||||
*build*/*
|
|
||||||
cmake-build*
|
|
||||||
dependencies/*
|
|
||||||
vcpkg/*
|
|
||||||
.vs/*
|
.vs/*
|
||||||
.idea
|
.idea
|
||||||
*.o
|
*.o
|
||||||
|
|
Loading…
Reference in New Issue