Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
562b6992487fc704654a3c9b7488a66730305699
aports
.gitignore
Find file
Normal view
Permalink
.gitignore
85 B
Newer
Older
ignore source packages, apks and src and pkg dirs
Natanael Copa
committed
16 years ago
1
*.apk
ignore all .bz2 and .gz files, not only tar.{bz2,gz}
Natanael Copa
committed
16 years ago
2
*.gz
Added *.tgz and *.zip to ignored files.
Andrew Manison
committed
14 years ago
3
*.tgz
ignore all .bz2 and .gz files, not only tar.{bz2,gz}
Natanael Copa
committed
16 years ago
4
*.bz2
Added *.tbz2 to ignored files.
Andrew Manison
committed
14 years ago
5
*.tbz2
Added *.tgz and *.zip to ignored files.
Andrew Manison
committed
14 years ago
6
*.zip
.gitignore: added more patterns
Andrew Manison
committed
13 years ago
7
8
*.tags
*.xz
gitignore: add *.part (incomplete downloads)
Timo Teräs
committed
13 years ago
9
*.part
gitignore: add *.tar files
Bartłomiej Piotrowski
committed
11 years ago
10
*.tar
ignore source packages, apks and src and pkg dirs
Natanael Copa
committed
16 years ago
11
12
13
src
pkg
pkg-*
ignore build.log
Natanael Copa
committed
11 years ago
14
build.log