Skip to content

Commit

Permalink
Add build folder to .gitignore.
Browse files Browse the repository at this point in the history
A library is usually expected to be built in a folder /build at
its root. Whenever this repository is added as a submodule of
another project and compiled, git shows all the generated files as
changes. To suppress those git messages, this ignores the build
folder.
  • Loading branch information
ramshankerji authored and madler committed Jun 29, 2024
1 parent 7e6f078 commit 534864b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
/minigzipsh
/zlib.pc
/configure.log
/build

.DS_Store
.vs
Expand Down

0 comments on commit 534864b

Please sign in to comment.