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:
Rafael Kitover 2020-08-28 04:57:35 +00:00
parent 5081ae44e5
commit e2634df5cc
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 10 deletions

11
.gitignore vendored
View File

@ -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