Update .gitignore
Include the typical tarball and expanded tree names, the build logs and the arch-named directory where the binary RPMs are saved (for now I included only x86_64, I guess including others should be fine too...) Tested that after `fedpkg local` git status will not complain about the files dropped into the git directory. Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>
This commit is contained in:
parent
fc5f7661b7
commit
4f670473bc
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,10 +1,3 @@
|
||||
numactl-2.0.2.tar.gz
|
||||
numactl-2.0.3-rc3.tar.gz
|
||||
numactl-2.0.3.tar.gz
|
||||
/numactl-2.0.5.tar.gz
|
||||
/numactl-2.0.6.tar.gz
|
||||
/numactl-2.0.7.tar.gz
|
||||
/numactl-2.0.8.tar.gz
|
||||
/numactl-2.0.9.tar.gz
|
||||
/numactl-2.0.10.tar.gz
|
||||
/numactl-2.0.11.tar.gz
|
||||
/numactl-[2-9]*
|
||||
/.build-[2-9]*.log
|
||||
/x86_64/
|
||||
|
Loading…
Reference in New Issue
Block a user