Browse Source

gitignore: skip static lib files (*.a)

Daniel-Constantin Mierla 8 years ago
parent
commit
c4ae8d5aef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -16,6 +16,7 @@ modules.lst
 *.so
 *.so.*
 *.o
+*.a
 # archives
 *.tar.gz
 *.deb