Skip to content

Commit

Permalink
chore: Ignore pub keys, bin/ subdirectory, exclude in-tree libs
Browse files Browse the repository at this point in the history
  • Loading branch information
iqyx committed Sep 10, 2024
1 parent fb5fc13 commit 60e8e88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
*.key
*.map

# ignore encryption and signing keys
# ignore the whole bin/ directory containing only generated outputs
bin

# ignore encryption and signing keys, public too
*.key
*.pub

version.h

Expand All @@ -34,6 +38,8 @@ config.h
doc/build

# ignore repositories with downloaded libraries
# note: for in-tree libraries, add a .gitignore file in the
# corresponding lib subdirectory and exclude sources with !src/
lib/*/src

# ignore stamps marking library source preparation steps
Expand Down

0 comments on commit 60e8e88

Please sign in to comment.