Fix gitignore to ignore build in the root rather than wildcard

This commit is contained in:
Marek Roszko 2022-04-03 21:22:59 -04:00
parent 9a0fa460d1
commit 0a5438ec88
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,8 +1,8 @@
.downloads-by-cmake .downloads-by-cmake
.gdb_history .gdb_history
boost_root boost_root
Build* Build/
build* build/
common/fp_lib_table_keywords.cpp common/fp_lib_table_keywords.cpp
common/drc_rules_keywords.cpp common/drc_rules_keywords.cpp
common/drc_rules_lexer.h common/drc_rules_lexer.h