diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:48:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 18:48:15 -0300 |
commit | 7849d993dae84aadcb722154ad64e5eb5ce00e89 (patch) | |
tree | 0b9c693d154d41d25d736f8e611dd486f95aa1f1 | |
parent | 911affc568f830e37b15c60140d518a2d78cbe8f (diff) | |
download | keyringer-7849d993dae84aadcb722154ad64e5eb5ce00e89.tar.gz keyringer-7849d993dae84aadcb722154ad64e5eb5ce00e89.tar.bz2 |
Fix: adds .gitignore in the debian branch, in an attempt stop gbp complaining of files outside the Git index
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8948a4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +debian/keyringer.debhelper.log +debian/keyringer +debian/files +debian/files +debian/keyringer.substvars +tarballs +www +.pc +.ikiwiki +/.ikiwiki +/recentchanges +/www +build-area |