mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
Added .gitignore files generated with git svn create-ignore.
svn path=/trunk/; revision=27972
This commit is contained in:
parent
5d26f545fc
commit
4d7a6b10d1
128 changed files with 1051 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/compile
|
||||
/config.cache
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/config.status.lineno
|
||||
/config.sub
|
||||
/configure
|
||||
/depcomp
|
||||
/gimp-2.0.pc
|
||||
/gimpthumb-2.0.pc
|
||||
/gimpui-2.0.pc
|
||||
/gimp-zip
|
||||
/gtk-doc.make
|
||||
/install-sh
|
||||
/intltool-extract
|
||||
/intltool-extract.in
|
||||
/intltool-merge
|
||||
/intltool-merge.in
|
||||
/intltool-modules
|
||||
/intltool-update
|
||||
/intltool-update.in
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/mkinstalldirs
|
||||
/py-compile
|
||||
/stamp-h
|
||||
/stamp-h.in
|
||||
/stamp-h1
|
7
app/.gitignore
vendored
Normal file
7
app/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/.deps
|
||||
/.libs
|
||||
/gimp-2.7
|
||||
/gimp-console-2.7
|
7
app/actions/.gitignore
vendored
Normal file
7
app/actions/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappactions.a
|
||||
/libappactions.la
|
7
app/base/.gitignore
vendored
Normal file
7
app/base/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappbase.a
|
||||
/libappbase.la
|
16
app/composite/.gitignore
vendored
Normal file
16
app/composite/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/*.a
|
||||
/libappcomposite.la
|
||||
/ns.pyc
|
||||
/gimp-composite-test
|
||||
/test-composite
|
||||
/gimp-composite-3dnow-test
|
||||
/gimp-composite-altivec-test
|
||||
/gimp-composite-mmx-test
|
||||
/gimp-composite-sse-test
|
||||
/gimp-composite-sse2-test
|
||||
/gimp-composite-vis-test
|
9
app/config/.gitignore
vendored
Normal file
9
app/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/foorc
|
||||
/libappconfig.a
|
||||
/libappconfig.la
|
||||
/test-config
|
9
app/core/.gitignore
vendored
Normal file
9
app/core/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappcore.a
|
||||
/libappcore.la
|
||||
/gimpmarshal.c
|
||||
/gimpmarshal.h
|
8
app/dialogs/.gitignore
vendored
Normal file
8
app/dialogs/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/authors.h
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappdialogs.a
|
||||
/libappdialogs.la
|
7
app/display/.gitignore
vendored
Normal file
7
app/display/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappdisplay.a
|
||||
/libappdisplay.la
|
7
app/file/.gitignore
vendored
Normal file
7
app/file/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappfile.a
|
||||
/libappfile.la
|
5
app/gegl/.gitignore
vendored
Normal file
5
app/gegl/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/libappgegl.a
|
8
app/gui/.gitignore
vendored
Normal file
8
app/gui/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/gimpdbusservice-glue.h
|
||||
/libappgui.a
|
||||
/libappgui.la
|
7
app/menus/.gitignore
vendored
Normal file
7
app/menus/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappmenus.a
|
||||
/libappmenus.la
|
7
app/paint-funcs/.gitignore
vendored
Normal file
7
app/paint-funcs/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libapppaint-funcs.a
|
||||
/libapppaint-funcs.la
|
7
app/paint/.gitignore
vendored
Normal file
7
app/paint/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libapppaint.a
|
||||
/libapppaint.la
|
8
app/pdb/.gitignore
vendored
Normal file
8
app/pdb/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libapppdb.a
|
||||
/libapppdb.la
|
||||
/libappinternal-procs.a
|
7
app/plug-in/.gitignore
vendored
Normal file
7
app/plug-in/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappplug-in.a
|
||||
/libappplug-in.la
|
7
app/text/.gitignore
vendored
Normal file
7
app/text/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libapptext.a
|
||||
/libapptext.la
|
7
app/tools/.gitignore
vendored
Normal file
7
app/tools/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libapptools.a
|
||||
/libapptools.la
|
7
app/vectors/.gitignore
vendored
Normal file
7
app/vectors/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappvectors.a
|
||||
/libappvectors.la
|
7
app/widgets/.gitignore
vendored
Normal file
7
app/widgets/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappwidgets.a
|
||||
/libappwidgets.la
|
7
app/xcf/.gitignore
vendored
Normal file
7
app/xcf/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/*.lo
|
||||
/libappxcf.a
|
||||
/libappxcf.la
|
6
cursors/.gitignore
vendored
Normal file
6
cursors/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.xvpics
|
||||
/.thumbnails
|
||||
/tool-cursors.list
|
||||
/gimp-tool-cursors.h
|
2
data/.gitignore
vendored
Normal file
2
data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
3
data/brushes/.gitignore
vendored
Normal file
3
data/brushes/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.xvpics
|
2
data/environ/.gitignore
vendored
Normal file
2
data/environ/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
2
data/gradients/.gitignore
vendored
Normal file
2
data/gradients/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
4
data/images/.gitignore
vendored
Normal file
4
data/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.xvpics
|
||||
/.thumbnails
|
2
data/interpreters/.gitignore
vendored
Normal file
2
data/interpreters/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
2
data/palettes/.gitignore
vendored
Normal file
2
data/palettes/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
3
data/patterns/.gitignore
vendored
Normal file
3
data/patterns/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.xvpics
|
4
data/tips/.gitignore
vendored
Normal file
4
data/tips/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/gimp-tips.xml
|
||||
/fortunes
|
5
desktop/.gitignore
vendored
Normal file
5
desktop/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/gimp.desktop.in
|
||||
/gimp.desktop
|
||||
/.thumbnails
|
2
devel-docs/.gitignore
vendored
Normal file
2
devel-docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
20
devel-docs/app/.gitignore
vendored
Normal file
20
devel-docs/app/.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.libs
|
||||
/deprecated
|
||||
/app.args
|
||||
/app.hierarchy
|
||||
/app.interfaces
|
||||
/app.prerequisites
|
||||
/app.signals
|
||||
/app-decl.txt
|
||||
/app-decl-list.txt
|
||||
/app-unused.txt
|
||||
/app-undeclared.txt
|
||||
/app-undocumented.txt
|
||||
/html
|
||||
/tmpl
|
||||
/xml
|
||||
/version
|
||||
/*.bak
|
||||
/*.stamp
|
19
devel-docs/libgimp/.gitignore
vendored
Normal file
19
devel-docs/libgimp/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimp.args
|
||||
/libgimp.hierarchy
|
||||
/libgimp.interfaces
|
||||
/libgimp.prerequisites
|
||||
/libgimp.signals
|
||||
/libgimp-decl.txt
|
||||
/libgimp-decl-list.txt
|
||||
/libgimp-unused.txt
|
||||
/libgimp-undeclared.txt
|
||||
/libgimp-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimp/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimp/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimp-unused.sgml
|
||||
/*.bak
|
18
devel-docs/libgimpbase/.gitignore
vendored
Normal file
18
devel-docs/libgimpbase/.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpbase.args
|
||||
/libgimpbase-decl.txt
|
||||
/libgimpbase-decl-list.txt
|
||||
/libgimpbase.hierarchy
|
||||
/libgimpbase.interfaces
|
||||
/libgimpbase.prerequisites
|
||||
/libgimpbase.signals
|
||||
/libgimpbase-unused.txt
|
||||
/libgimpbase-undeclared.txt
|
||||
/libgimpbase-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpbase/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpbase/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpbase-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpcolor/.gitignore
vendored
Normal file
19
devel-docs/libgimpcolor/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpcolor.args
|
||||
/libgimpcolor-decl.txt
|
||||
/libgimpcolor-decl-list.txt
|
||||
/libgimpcolor.hierarchy
|
||||
/libgimpcolor.interfaces
|
||||
/libgimpcolor.prerequisites
|
||||
/libgimpcolor.signals
|
||||
/libgimpcolor-unused.txt
|
||||
/libgimpcolor-undeclared.txt
|
||||
/libgimpcolor-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpcolor/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpcolor/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpcolor-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpconfig/.gitignore
vendored
Normal file
19
devel-docs/libgimpconfig/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpconfig.args
|
||||
/libgimpconfig-decl.txt
|
||||
/libgimpconfig-decl-list.txt
|
||||
/libgimpconfig.hierarchy
|
||||
/libgimpconfig.interfaces
|
||||
/libgimpconfig.prerequisites
|
||||
/libgimpconfig.signals
|
||||
/libgimpconfig-unused.txt
|
||||
/libgimpconfig-undeclared.txt
|
||||
/libgimpconfig-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpconfig/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpconfig/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpconfig-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpmath/.gitignore
vendored
Normal file
19
devel-docs/libgimpmath/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpmath.args
|
||||
/libgimpmath-decl.txt
|
||||
/libgimpmath-decl-list.txt
|
||||
/libgimpmath.hierarchy
|
||||
/libgimpmath.interfaces
|
||||
/libgimpmath.prerequisites
|
||||
/libgimpmath.signals
|
||||
/libgimpmath-unused.txt
|
||||
/libgimpmath-undeclared.txt
|
||||
/libgimpmath-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpmath/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpmath/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpmath-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpmodule/.gitignore
vendored
Normal file
19
devel-docs/libgimpmodule/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpmodule.args
|
||||
/libgimpmodule.hierarchy
|
||||
/libgimpmodule.interfaces
|
||||
/libgimpmodule.prerequisites
|
||||
/libgimpmodule.signals
|
||||
/libgimpmodule-decl.txt
|
||||
/libgimpmodule-decl-list.txt
|
||||
/libgimpmodule-unused.txt
|
||||
/libgimpmodule-undeclared.txt
|
||||
/libgimpmodule-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpmodule/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpmodule/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpmodule-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpthumb/.gitignore
vendored
Normal file
19
devel-docs/libgimpthumb/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpthumb.args
|
||||
/libgimpthumb.hierarchy
|
||||
/libgimpthumb.interfaces
|
||||
/libgimpthumb.prerequisites
|
||||
/libgimpthumb.signals
|
||||
/libgimpthumb-decl.txt
|
||||
/libgimpthumb-decl-list.txt
|
||||
/libgimpthumb-unused.txt
|
||||
/libgimpthumb-undeclared.txt
|
||||
/libgimpthumb-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpthumb/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpthumb/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpthumb-unused.sgml
|
||||
/*.bak
|
19
devel-docs/libgimpwidgets/.gitignore
vendored
Normal file
19
devel-docs/libgimpwidgets/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpwidgets.args
|
||||
/libgimpwidgets.hierarchy
|
||||
/libgimpwidgets.interfaces
|
||||
/libgimpwidgets.prerequisites
|
||||
/libgimpwidgets.signals
|
||||
/libgimpwidgets-decl.txt
|
||||
/libgimpwidgets-decl-list.txt
|
||||
/libgimpwidgets-unused.txt
|
||||
/libgimpwidgets-undeclared.txt
|
||||
/libgimpwidgets-undocumented.txt
|
||||
/html
|
||||
/xml
|
||||
/version
|
||||
/.libs
|
||||
/*.bak
|
||||
/*.stamp
|
2
devel-docs/libgimpwidgets/tmpl/.gitignore
vendored
Normal file
2
devel-docs/libgimpwidgets/tmpl/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/libgimpwidgets-unused.sgml
|
||||
/*.bak
|
6
devel-docs/tools/.gitignore
vendored
Normal file
6
devel-docs/tools/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/doc-shooter
|
||||
/*.png
|
8
docs/.gitignore
vendored
Normal file
8
docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/gimp-2.7.1
|
||||
/gimprc-2.7.5
|
||||
/gimp-remote-2.7.1
|
||||
/gimptool-2.0.1
|
||||
/Wilber.xcf
|
||||
/Wilber_Construction_Kit.xcf
|
2
etc/.gitignore
vendored
Normal file
2
etc/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
12
libgimp/.gitignore
vendored
Normal file
12
libgimp/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/gimpenums.c
|
||||
/gimpenums.c.tail
|
||||
/gimpuimarshal.h
|
||||
/gimpuimarshal.c
|
12
libgimpbase/.gitignore
vendored
Normal file
12
libgimpbase/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/gimpversion.h
|
||||
/*.lib
|
||||
/*.exp
|
||||
/test-cpu-accel
|
11
libgimpcolor/.gitignore
vendored
Normal file
11
libgimpcolor/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/test-color-parser
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/*.lib
|
||||
/*.exp
|
11
libgimpconfig/.gitignore
vendored
Normal file
11
libgimpconfig/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/gimpversion.h
|
||||
/*.lib
|
||||
/*.exp
|
8
libgimpmath/.gitignore
vendored
Normal file
8
libgimpmath/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
10
libgimpmodule/.gitignore
vendored
Normal file
10
libgimpmodule/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/*.lib
|
||||
/*.exp
|
12
libgimpthumb/.gitignore
vendored
Normal file
12
libgimpthumb/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/gimpthumb-enums.c
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/*.lib
|
||||
/*.exp
|
||||
/gimp-thumbnail-list
|
12
libgimpwidgets/.gitignore
vendored
Normal file
12
libgimpwidgets/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/makefile.mingw
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/.deps
|
||||
/*.la
|
||||
/gimpwidgetsmarshal.h
|
||||
/gimpwidgetsmarshal.c
|
||||
/gimp-wilber-pixbufs.h
|
||||
/test-preview-area
|
2
m4macros/.gitignore
vendored
Normal file
2
m4macros/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
5
menus/.gitignore
vendored
Normal file
5
menus/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/dockable-menu.xml
|
||||
/image-menu.xml
|
||||
/toolbox-menu.xml
|
8
modules/.gitignore
vendored
Normal file
8
modules/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/makefile.mingw
|
||||
/.deps
|
||||
/*.lo
|
||||
/_libs
|
||||
/.libs
|
||||
/*.la
|
4
plug-ins/.gitignore
vendored
Normal file
4
plug-ins/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/makefile.mingw
|
||||
/build
|
6
plug-ins/color-rotate/.gitignore
vendored
Normal file
6
plug-ins/color-rotate/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/color-rotate
|
4
plug-ins/color-rotate/images/.gitignore
vendored
Normal file
4
plug-ins/color-rotate/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/stock-icons.list
|
||||
/color-rotate-stock-pixbufs.h
|
148
plug-ins/common/.gitignore
vendored
Normal file
148
plug-ins/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,148 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/alien-map
|
||||
/align-layers
|
||||
/animation-optimize
|
||||
/animation-play
|
||||
/antialias
|
||||
/apply-canvas
|
||||
/blinds
|
||||
/blur
|
||||
/blur-gauss
|
||||
/blur-gauss-selective
|
||||
/blur-motion
|
||||
/border-average
|
||||
/bump-map
|
||||
/cartoon
|
||||
/channel-mixer
|
||||
/checkerboard
|
||||
/cml-explorer
|
||||
/color-cube-analyze
|
||||
/color-enhance
|
||||
/color-exchange
|
||||
/color-to-alpha
|
||||
/colorify
|
||||
/colormap-remap
|
||||
/compose
|
||||
/contrast-normalize
|
||||
/contrast-retinex
|
||||
/contrast-stretch
|
||||
/contrast-stretch-hsv
|
||||
/convolution-matrix
|
||||
/crop-auto
|
||||
/crop-zealous
|
||||
/cubism
|
||||
/curve-bend
|
||||
/decompose
|
||||
/deinterlace
|
||||
/depth-merge
|
||||
/despeckle
|
||||
/destripe
|
||||
/diffraction
|
||||
/displace
|
||||
/edge
|
||||
/edge-dog
|
||||
/edge-laplace
|
||||
/edge-neon
|
||||
/edge-sobel
|
||||
/emboss
|
||||
/engrave
|
||||
/file-aa
|
||||
/file-cel
|
||||
/file-compressor
|
||||
/file-csource
|
||||
/file-desktop-link
|
||||
/file-dicom
|
||||
/file-gbr
|
||||
/file-gif-load
|
||||
/file-gif-save
|
||||
/file-gih
|
||||
/file-glob
|
||||
/file-header
|
||||
/file-html-table
|
||||
/file-mng
|
||||
/file-pat
|
||||
/file-pcx
|
||||
/file-pdf
|
||||
/file-pix
|
||||
/file-png
|
||||
/file-pnm
|
||||
/file-ps
|
||||
/file-psp
|
||||
/file-raw
|
||||
/file-sunras
|
||||
/file-svg
|
||||
/file-tga
|
||||
/file-tiff-load
|
||||
/file-tiff-save
|
||||
/file-wmf
|
||||
/file-xbm
|
||||
/file-xpm
|
||||
/file-xwd
|
||||
/film
|
||||
/filter-pack
|
||||
/fractal-trace
|
||||
/gee
|
||||
/gee-zoom
|
||||
/gradient-map
|
||||
/grid
|
||||
/guillotine
|
||||
/hot
|
||||
/illusion
|
||||
/iwarp
|
||||
/jigsaw
|
||||
/lcms
|
||||
/lens-apply
|
||||
/lens-distortion
|
||||
/lens-flare
|
||||
/mail
|
||||
/max-rgb
|
||||
/mosaic
|
||||
/newsprint
|
||||
/nl-filter
|
||||
/noise-hsv
|
||||
/noise-randomize
|
||||
/noise-rgb
|
||||
/noise-solid
|
||||
/noise-spread
|
||||
/nova
|
||||
/oilify
|
||||
/photocopy
|
||||
/pixelize
|
||||
/plasma
|
||||
/plugin-browser
|
||||
/polar-coords
|
||||
/procedure-browser
|
||||
/qbist
|
||||
/red-eye-removal
|
||||
/ripple
|
||||
/rotate
|
||||
/sample-colorize
|
||||
/screenshot
|
||||
/semi-flatten
|
||||
/sharpen
|
||||
/shift
|
||||
/sinus
|
||||
/smooth-palette
|
||||
/softglow
|
||||
/sparkle
|
||||
/sphere-designer
|
||||
/threshold-alpha
|
||||
/tile
|
||||
/tile-glass
|
||||
/tile-paper
|
||||
/tile-seamless
|
||||
/tile-small
|
||||
/unit-editor
|
||||
/unsharp-mask
|
||||
/value-invert
|
||||
/value-propagate
|
||||
/van-gogh-lic
|
||||
/video
|
||||
/warp
|
||||
/waves
|
||||
/web-browser
|
||||
/whirl-pinch
|
||||
/wind
|
6
plug-ins/file-bmp/.gitignore
vendored
Normal file
6
plug-ins/file-bmp/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-bmp
|
6
plug-ins/file-faxg3/.gitignore
vendored
Normal file
6
plug-ins/file-faxg3/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-faxg3
|
6
plug-ins/file-fits/.gitignore
vendored
Normal file
6
plug-ins/file-fits/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-fits
|
6
plug-ins/file-fli/.gitignore
vendored
Normal file
6
plug-ins/file-fli/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-fli
|
5
plug-ins/file-ico/.gitignore
vendored
Normal file
5
plug-ins/file-ico/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/.libs
|
||||
/file-ico
|
7
plug-ins/file-jpeg/.gitignore
vendored
Normal file
7
plug-ins/file-jpeg/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-jpeg
|
||||
/jpegqual
|
6
plug-ins/file-psd/.gitignore
vendored
Normal file
6
plug-ins/file-psd/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/.deps
|
||||
/.libs
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/file-psd-load
|
||||
/file-psd-save
|
6
plug-ins/file-sgi/.gitignore
vendored
Normal file
6
plug-ins/file-sgi/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-sgi
|
6
plug-ins/file-uri/.gitignore
vendored
Normal file
6
plug-ins/file-uri/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-uri
|
6
plug-ins/file-xjt/.gitignore
vendored
Normal file
6
plug-ins/file-xjt/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/file-xjt
|
6
plug-ins/flame/.gitignore
vendored
Normal file
6
plug-ins/flame/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/flame
|
6
plug-ins/fractal-explorer/.gitignore
vendored
Normal file
6
plug-ins/fractal-explorer/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/.libs
|
||||
/*.o
|
||||
/fractal-explorer
|
2
plug-ins/fractal-explorer/examples/.gitignore
vendored
Normal file
2
plug-ins/fractal-explorer/examples/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
6
plug-ins/gfig/.gitignore
vendored
Normal file
6
plug-ins/gfig/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/gfig
|
2
plug-ins/gfig/gfig-examples/.gitignore
vendored
Normal file
2
plug-ins/gfig/gfig-examples/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
6
plug-ins/gfig/images/.gitignore
vendored
Normal file
6
plug-ins/gfig/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.xvpics
|
||||
/.thumbnails
|
||||
/stock-icons.list
|
||||
/gfig-stock-pixbufs.h
|
6
plug-ins/gimpressionist/.gitignore
vendored
Normal file
6
plug-ins/gimpressionist/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.deps
|
||||
/.libs
|
||||
/_libs
|
||||
/gimpressionist
|
2
plug-ins/gimpressionist/Brushes/.gitignore
vendored
Normal file
2
plug-ins/gimpressionist/Brushes/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
2
plug-ins/gimpressionist/Paper/.gitignore
vendored
Normal file
2
plug-ins/gimpressionist/Paper/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
2
plug-ins/gimpressionist/Presets/.gitignore
vendored
Normal file
2
plug-ins/gimpressionist/Presets/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
6
plug-ins/gradient-flare/.gitignore
vendored
Normal file
6
plug-ins/gradient-flare/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/gradient-flare
|
5
plug-ins/gradient-flare/flares/.gitignore
vendored
Normal file
5
plug-ins/gradient-flare/flares/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
7
plug-ins/help-browser/.gitignore
vendored
Normal file
7
plug-ins/help-browser/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/help-browser
|
||||
/logo-pixbuf.h
|
8
plug-ins/help/.gitignore
vendored
Normal file
8
plug-ins/help/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/gimp-help-lookup
|
||||
/help
|
||||
/libgimphelp.a
|
6
plug-ins/ifs-compose/.gitignore
vendored
Normal file
6
plug-ins/ifs-compose/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/ifs-compose
|
8
plug-ins/imagemap/.gitignore
vendored
Normal file
8
plug-ins/imagemap/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/imagemap
|
||||
/y.tab.c
|
||||
/y.tab.h
|
6
plug-ins/imagemap/images/.gitignore
vendored
Normal file
6
plug-ins/imagemap/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.xvpics
|
||||
/.thumbnails
|
||||
/stock-icons.list
|
||||
/imap-stock-pixbufs.h
|
6
plug-ins/lighting/.gitignore
vendored
Normal file
6
plug-ins/lighting/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/lighting
|
6
plug-ins/lighting/images/.gitignore
vendored
Normal file
6
plug-ins/lighting/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/.xvpics
|
||||
/.thumbnails
|
||||
/stock-icons.list
|
||||
/stock-pixbufs.h
|
6
plug-ins/map-object/.gitignore
vendored
Normal file
6
plug-ins/map-object/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/map-object
|
6
plug-ins/maze/.gitignore
vendored
Normal file
6
plug-ins/maze/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/Makefile.in
|
||||
/Makefile
|
||||
/.deps
|
||||
/_libs
|
||||
/.libs
|
||||
/maze
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue