aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-11 12:07:08 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-11 12:07:08 -0500
commitca3cd7e284d7c1d1f8ac9a9e1c35204df686962c (patch)
tree46d2c5f6291acc4d57189caed475d8b2fd846bf4 /.gitignore
parentMerge branch 'master' of http://storage3/git/gtk3-classic-build (diff)
downloadgtk3-classic-build-ca3cd7e284d7c1d1f8ac9a9e1c35204df686962c.tar.gz
gtk3-classic-build-ca3cd7e284d7c1d1f8ac9a9e1c35204df686962c.tar.bz2
gtk3-classic-build-ca3cd7e284d7c1d1f8ac9a9e1c35204df686962c.zip
try to suppress test errors again
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00f58b0..012c165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ gtk3classic/
gtk3/
gtk3classic/
*_vers
+*.deb
+*.udeb
+gtk+-*/
bgstack15