diff options
| author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 19:04:10 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-17 17:55:29 -0800 | 
| commit | ee9d7744f8bb1b09363e4eed9a612f827d210d64 (patch) | |
| tree | 23103084bbb5703c6a4f002ae1f76d51b50398fd /.gitignore | |
| parent | 79c81c2651608795138df0176f5326c4a4fa7c51 (diff) | |
debian/backports: include in distfile, don't put files in ..
Testing-done: ran 'make dist', unpacked elsewhere, built from result
Adjusted target to build the .orig.tar.gz accordingly, since it must
exclude the debian/ subdirectory.  Allows for building any backport from
only a tarball.
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ed1255d9e..f7c731b4bc 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ aclocal.m4  Makefile.in  *.tar.gz  *.tar.gz.asc +*.tar.?z  .nfs*  libtool  .libs @@ -61,6 +62,10 @@ debian/frr.prerm.debhelper  debian/frr.substvars  debian/frr/  debian/tmp/ +*.deb +*.ddeb +*.dsc +*.changes  *.pyc  *.swp  cscope.*  | 
