Skip to content

Commit

Permalink
Merge pull request #3567 from kianmeng/ignore-build-and-package-files
Browse files Browse the repository at this point in the history
Ignore build and package files
  • Loading branch information
ricab authored Aug 26, 2024
2 parents 554e829 + d4008b3 commit 105f3ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.idea
cmake-build-*
CMakeLists.txt.user
build

# package build artifacts
*.deb
*.buildinfo
*.changes

# only care about the encrypted file
/tools/bot-data/*
Expand Down

0 comments on commit 105f3ce

Please sign in to comment.