Git Submodule Alternative
https://aur.archlinux.org/packages/git-subrepo-git/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
285 B
27 lines
285 B
# From: https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
|
|
|
|
*.tar
|
|
*.tar.*
|
|
*.zip
|
|
*.tgz
|
|
*.log
|
|
*.log.*
|
|
*.sig
|
|
|
|
# makepkg working folders
|
|
pkg
|
|
src
|
|
|
|
#
|
|
# Additional ignore patterns:
|
|
#
|
|
|
|
# Source files
|
|
*.deb
|
|
*.gem
|
|
*.out
|
|
*.rpm
|
|
*.html
|
|
|
|
# Ignore package source folders
|
|
*/*
|