Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
208
Merge Requests
208
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
80fcfcf217c2b5ab4f321469f77eb9f3214bb7d9
80fcfcf217c2b5ab4f321469f77eb9f3214bb7d9
Switch branch/tag
aports
.gitignore
Find file
Normal view
History
Permalink
.gitignore
85 Bytes
Edit
Web IDE
Newer
Older
ignore source packages, apks and src and pkg dirs
Natanael Copa
committed
Oct 18, 2008
1
*.apk
ignore all .bz2 and .gz files, not only tar.{bz2,gz}
Natanael Copa
committed
Oct 28, 2008
2
*.gz
Added *.tgz and *.zip to ignored files.
Andrew Manison
committed
Apr 28, 2010
3
*.tgz
ignore all .bz2 and .gz files, not only tar.{bz2,gz}
Natanael Copa
committed
Oct 28, 2008
4
*.bz2
Added *.tbz2 to ignored files.
Andrew Manison
committed
Apr 28, 2010
5
*.tbz2
Added *.tgz and *.zip to ignored files.
Andrew Manison
committed
Apr 28, 2010
6
*.zip
.gitignore: added more patterns
Andrew Manison
committed
Oct 30, 2011
7
8
*.tags
*.xz
gitignore: add *.part (incomplete downloads)
Timo Teräs
committed
Jan 30, 2012
9
*.part
gitignore: add *.tar files
Bartłomiej Piotrowski
committed
Jan 26, 2014
10
*.tar
ignore source packages, apks and src and pkg dirs
Natanael Copa
committed
Oct 18, 2008
11
12
13
src
pkg
pkg-*
ignore build.log
Natanael Copa
committed
Jan 10, 2014
14
build.log