Skip to content

Commit

Permalink
gitignore: skip static lib files (*.a)
Browse files Browse the repository at this point in the history
(cherry picked from commit c4ae8d5)
  • Loading branch information
miconda committed Jun 12, 2017
1 parent 4d794e1 commit e98e705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@ modules.lst
*.so
*.so.*
*.o
*.a
# archives
*.tar.gz
*.deb
Expand Down

0 comments on commit e98e705

Please sign in to comment.