summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Murphy <mmstick@pm.me>2020-01-21 10:40:40 -0700
committerAram Drevekenin <aram@poor.dev>2020-01-21 18:40:40 +0100
commitf76fbff7c63674d8a6a058a7020769dbe7e69363 (patch)
tree08b4021ed0cb6fc02c6027bcc8bb1404d098f177 /.gitignore
parent833577e0b6d1e595303251fb0acf4608b5c85e7b (diff)
feat(build): Debian packaging support (#124)
* build: Add Makefile for building on Linux with make * packaging: Add debian packaging to build on Debian platforms * Define `env CLEAN=0` to prevent from rebuilding sources * Define `env VENDOR=0` to prevent vendoring of sources To build in a schroot for bionic: ``` sbuild -d bionic --extra-repository='deb [trusted=yes] http://ppa.launchpad.net/mmstick76/rust/ubuntu bionic main' ``` Replace bionic with whichever Ubuntu release you are building for
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 53eaa21..28fb351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,14 @@
-/target
+.cargo/
+target/
+vendor/
+vendor.tar
**/*.rs.bk
+
+# Debian support
+
+debian/*
+!debian/changelog
+!debian/control
+!debian/copyright
+!debian/rules
+!debian/source