repo.or.cz
/
slackbuilds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update gitignore
[slackbuilds.git]
/
.gitignore
blob
43ee9a5d1819ec378236193b49e6d374da7e8304
1
# Ignore all files with .tar. extension
2
*.tar.*
3
4
# Ignore all files with .txz extension
5
*.txz
6
7
# Ignore all files with .md5 extension
8
*.md5
9
10
# Ignore all files with .tar.txz extension
11
*.tar.txz
12
13
# Ignome all rpm files
14
*.rpm
15
16
# Ignome bkp vim files
17
.*.Slack*.un~
18
*.Slackbuild~