Skip to content

Commit bf0a0a4

Browse files
committed
Added build directory to .gitignore
This build directory is often used to store generated files in projects containing a CMakeLists.txt
1 parent e9cff9f commit bf0a0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ config.log
141141
liburing.pc
142142

143143
/.ccls-cache/
144+
/build/

0 commit comments

Comments
 (0)