summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-18 15:24:42 -0400
committerB. Stack <bgstack15@gmail.com>2021-08-18 15:24:42 -0400
commit76447c4a5b6c31f9aec0834353e017eeae77f9c4 (patch)
treeec9b6ee857805269eae8a63ea89acf3e1bf3a21f /.gitignore
parentUpdate to 3.24.29 (diff)
downloadgtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.gz
gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.bz2
gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.zip
3.24.29 for fc33
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9c36b46..5f0867d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -198,3 +198,5 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.24.27.tar.xz
/gtk+-3.24.28.tar.xz
/gtk+-3.24.29.tar.xz
+*.spec.orig
+.*.swp
bgstack15