diff options
author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 13:04:10 +0100 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:29 +0100 |
commit | ee9d7744f8bb1b09363e4eed9a612f827d210d64 (patch) | |
tree | 23103084bbb5703c6a4f002ae1f76d51b50398fd /.gitignore | |
parent | debian: fix dpkg tool invocations to work on Ubuntu 12.04 (diff) | |
download | frr-ee9d7744f8bb1b09363e4eed9a612f827d210d64.tar.xz frr-ee9d7744f8bb1b09363e4eed9a612f827d210d64.zip |
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 7ed1255d9..f7c731b4b 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.* |