One little question. is possible add a .gitignore from the local repo?
is for not duplicate my repository, one for clean files and other for working (with sources and SRC/PKG directory and others)
in that .gitignore contains something like this:
*.xz *.7z *.zip ... *. <put here the extension of package source> /src /pkg /<name of the repo if use a git/svn/hg> etc etc
or exist a method to use white list (only files/directory allowed) instead of blacklist (list of exclude dirs/files)
greetings