Skip to content

Commit

Permalink
repo: add build folders to .gitignore
Browse files Browse the repository at this point in the history
/build folder will contain tmp files to build rpm/deb packages
/packpack is a tool for building packages
  • Loading branch information
artembo committed Jul 6, 2022
1 parent 13b0e2f commit e3b35bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ CTestTestfile.cmake
*.snap
*.xlog
.rocks
.DS_Store
.idea/
build/
packpack/

0 comments on commit e3b35bf

Please sign in to comment.