Added some tar extensions.

FossilOrigin-Name: 1e684f4ba0a17e9a8b644c81f92bb8e47b34b6b9c125e34981206cce9fc0cc3f
This commit is contained in:
7u83@mail.ru 2015-03-17 06:39:56 +00:00
parent 940bed2ae7
commit 3e7b17f399
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -23,7 +23,8 @@
*.hex *.hex
# Vim backups and swaps # Vim backups and swaps
*~ *~
# SSL stuff # SSL stuff
@ -31,7 +32,11 @@
*.crt *.crt
*.key *.key
*.req *.req
*.der
# Archives # Archives
*.gz *.gz
*.tgz *.tgz
*.tar
*.tar.gz
*.tar.xz