Skip to content

Commit

Permalink
chore(.gitignore) ignore built packages
Browse files Browse the repository at this point in the history
- Ignore built package archive files (.tar.gz and .deb) from Git repository
- Avoid accidentally committing unneeded files in the future
  • Loading branch information
d2s committed Jan 15, 2018
1 parent da3b7b0 commit da6b131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
*.so
*~
*.swp
*.deb
*.rpm
*.gcda
*.gcno
Makefile
autom4te.cache/
config.log
config.status
firejail-*.tar.xz
firejail-login.5
firejail-profile.5
firejail-config.5
Expand Down

0 comments on commit da6b131

Please sign in to comment.