We do not have *.xz, *.gz as part of repositiry, so ignore them. They are annoying during development period, specially when we want to modify all changes using `git add -A`.
Also ignore *.swp, and *.rpm because many of such temporary files are created during development and such files would not be the part of repository.
Signed-off-by: Pratyush Anand panand@redhat.com --- Changes since V1: * Now we do not delete any previously added files, as they are * automatically updated by fedpkg
.gitignore | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore index c13b1aed05ce..7a38a3915bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.gz +*.xz +*.swp +*.rpm /eppic_030413.tar.gz /makedumpfile-1.5.7.tar.gz /kexec-tools-2.0.8.tar.xz
On 05/12/16 at 10:22am, Pratyush Anand wrote:
We do not have *.xz, *.gz as part of repositiry, so ignore them. They are annoying during development period, specially when we want to modify all changes using `git add -A`.
Also ignore *.swp, and *.rpm because many of such temporary files are created during development and such files would not be the part of repository.
Signed-off-by: Pratyush Anand panand@redhat.com
Changes since V1:
- Now we do not delete any previously added files, as they are
- automatically updated by fedpkg
.gitignore | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore index c13b1aed05ce..7a38a3915bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.gz +*.xz +*.swp +*.rpm /eppic_030413.tar.gz /makedumpfile-1.5.7.tar.gz /kexec-tools-2.0.8.tar.xz -- 2.5.5 _______________________________________________ kexec mailing list kexec@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/kexec@lists.fedoraproject.org
Acked-by: Dave Young dyoung@redhat.com
Thanks Dave
On 05/12/16 at 10:22am, Pratyush Anand wrote:
We do not have *.xz, *.gz as part of repositiry, so ignore them. They are annoying during development period, specially when we want to modify all changes using `git add -A`.
Also ignore *.swp, and *.rpm because many of such temporary files are created during development and such files would not be the part of repository.
Signed-off-by: Pratyush Anand panand@redhat.com
Ack.
Acked-by: Baoquan He bhe@redhat.com
Changes since V1:
- Now we do not delete any previously added files, as they are
- automatically updated by fedpkg
.gitignore | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore index c13b1aed05ce..7a38a3915bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.gz +*.xz +*.swp +*.rpm /eppic_030413.tar.gz /makedumpfile-1.5.7.tar.gz /kexec-tools-2.0.8.tar.xz -- 2.5.5 _______________________________________________ kexec mailing list kexec@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/kexec@lists.fedoraproject.org