1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# Copyright (C) 2011-2024 Ruby-GNOME Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*.a
*.bundle
*.o
*.pc
*.so
*.swp
.RUBYARCHDIR.time
.RUBYLIBDIR*.time
.emacs.desktop
.emacs.desktop.lock
.gdb_history
/*.tar.gz
/*/.yardoc/
/*/ext/*/Makefile
/*/ext/*/Makefile.lib
/*/ext/*/mkmf.log
/*/pkg/
/*/tmp/
/*/yard_docs/
/.ccache/
/Gemfile.local
/Gemfile.lock
/gdk3/ext/gdk3/rbgdkkeysyms.h
/gio2/test/fixture/resource/ruby-gio2.gresource
/gio2/test/fixture/schema/*/gschemas.compiled
/glib2/ext/glib2/glib-enum-types.c
/glib2/ext/glib2/glib-enum-types.h
/gobject-introspection/ext/gobject-introspection/gobject-introspection-enum-types.c
/gobject-introspection/ext/gobject-introspection/gobject-introspection-enum-types.h
/gobject-introspection/ext/gobject-introspection/rbgiversion.h
/gtk3/test/fixture/*.gresource
/gtksourceview3/ext/gtksourceview3/rbgtksourceview3version.h
/poppler/test/tmp/
/tmp/
/yard_docs/
|