From 91def498916935bc9ebd433a28981d19bf426961 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 30 May 2011 14:12:12 +0200 Subject: Added gitignore files --- .gitignore | 12 +++ fontconfig/.gitignore | 96 ---------------------- fontconfig/fc-case/.gitignore | 1 + fontconfig/fc-glyphname/.gitignore | 1 + fontconfig/fc-lang/.gitignore | 1 + fontconfig/src/.gitignore | 4 + libXft/.gitignore | 78 ------------------ libXft/include/X11/Xft/.gitignore | 2 - libXrender/.gitignore | 78 ------------------ libXt/include/X11/.gitignore | 2 + libXt/src/.gitignore | 1 + libxcb/src/.gitignore | 56 +++++++++++++ mesalib/src/glsl/.gitignore | 4 + mesalib/src/glsl/glcpp/.gitignore | 4 + mesalib/src/mesa/program/.gitignore | 4 + openssl/.gitignore | 6 ++ openssl/crypto/.gitignore | 2 + openssl/ms/.gitignore | 6 ++ xorg-server/.gitignore | 10 +++ .../xkeyboard-config/rules/compat/.gitignore | 16 ++++ 20 files changed, 130 insertions(+), 254 deletions(-) create mode 100644 .gitignore delete mode 100644 fontconfig/.gitignore create mode 100644 fontconfig/fc-case/.gitignore create mode 100644 fontconfig/fc-glyphname/.gitignore create mode 100644 fontconfig/fc-lang/.gitignore create mode 100644 fontconfig/src/.gitignore delete mode 100644 libXft/.gitignore delete mode 100644 libXft/include/X11/Xft/.gitignore delete mode 100644 libXrender/.gitignore create mode 100644 libXt/include/X11/.gitignore create mode 100644 libXt/src/.gitignore create mode 100644 libxcb/src/.gitignore create mode 100644 mesalib/src/glsl/.gitignore create mode 100644 mesalib/src/glsl/glcpp/.gitignore create mode 100644 mesalib/src/mesa/program/.gitignore create mode 100644 openssl/.gitignore create mode 100644 openssl/crypto/.gitignore create mode 100644 openssl/ms/.gitignore create mode 100644 xorg-server/.gitignore create mode 100644 xorg-server/xkeyboard-config/rules/compat/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..251269b83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +obj +obj_d +objs +*.exe +*.dll +Debug +Release +*.vcxproj.user +*.lib +*.pyc +*.res +*.pdb \ No newline at end of file diff --git a/fontconfig/.gitignore b/fontconfig/.gitignore deleted file mode 100644 index 4c336d2a3..000000000 --- a/fontconfig/.gitignore +++ /dev/null @@ -1,96 +0,0 @@ -tags -TAGS -*.tar.gz -.libs -.deps -*.o -*.lo -*.la -*~ -*.orig -*.rej -ChangeLog -ChangeLog-* -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -fontconfig-zip -fontconfig.pc -fontconfig.spec -fonts.conf -install-sh -doltcompile -libtool -ltmain.sh -missing -stamp-h1 -manpage.log -doc/*.3 -doc/confdir.sgml -doc/edit-sgml -doc/fcatomic.sgml -doc/fcblanks.sgml -doc/fccache.sgml -doc/fccharset.sgml -doc/fcconfig.sgml -doc/fcconstant.sgml -doc/fcdircache.sgml -doc/fcfile.sgml -doc/fcformat.sgml -doc/fcfontset.sgml -doc/fcfreetype.sgml -doc/fclangset.sgml -doc/fcinit.sgml -doc/fcmatrix.sgml -doc/fcobjectset.sgml -doc/fcobjecttype.sgml -doc/fcpattern.sgml -doc/fcstring.sgml -doc/fcstrset.sgml -doc/fcvalue.sgml -doc/fontconfig-devel.pdf -doc/fontconfig-devel.txt -doc/fontconfig-devel -doc/fontconfig-user.html -doc/fontconfig-user.pdf -doc/fontconfig-user.txt -doc/fonts-conf.5 -doc/func.refs -doc/local-fontconfig-devel.sgml -doc/local-fontconfig-user.sgml -doc/version.sgml -doc/devel-man -fc-arch/fc-arch -fc-arch/fcarch.h -fc-cache/fc-cache -fc-cache/fc-cache.1 -fc-case/fc-case -fc-case/fccase.h -fc-cat/fc-cat -fc-cat/fc-cat.1 -fc-glyphname/fc-glyphname -fc-glyphname/fcglyphname.h -fc-lang/fc-lang -fc-lang/fclang.h -fc-list/fc-list -fc-list/fc-list.1 -fc-match/fc-match -fc-match/fc-match.1 -fc-query/fc-query -fc-query/fc-query.1 -fc-scan/fc-scan -fc-scan/fc-scan.1 -src/fontconfig.def -fcalias.h -fcaliastail.h -src/fcftalias.h -src/fcftaliastail.h diff --git a/fontconfig/fc-case/.gitignore b/fontconfig/fc-case/.gitignore new file mode 100644 index 000000000..ad04faca3 --- /dev/null +++ b/fontconfig/fc-case/.gitignore @@ -0,0 +1 @@ +fccase.h \ No newline at end of file diff --git a/fontconfig/fc-glyphname/.gitignore b/fontconfig/fc-glyphname/.gitignore new file mode 100644 index 000000000..84e3e5aca --- /dev/null +++ b/fontconfig/fc-glyphname/.gitignore @@ -0,0 +1 @@ +fcglyphname.h \ No newline at end of file diff --git a/fontconfig/fc-lang/.gitignore b/fontconfig/fc-lang/.gitignore new file mode 100644 index 000000000..2dba764f2 --- /dev/null +++ b/fontconfig/fc-lang/.gitignore @@ -0,0 +1 @@ +fclang.h \ No newline at end of file diff --git a/fontconfig/src/.gitignore b/fontconfig/src/.gitignore new file mode 100644 index 000000000..baffcee29 --- /dev/null +++ b/fontconfig/src/.gitignore @@ -0,0 +1,4 @@ +fcalias.h +fcaliastail.h +fcftalias.h +fcftaliastail.h \ No newline at end of file diff --git a/libXft/.gitignore b/libXft/.gitignore deleted file mode 100644 index 467810868..000000000 --- a/libXft/.gitignore +++ /dev/null @@ -1,78 +0,0 @@ -# -# X.Org module default exclusion patterns -# The next section if for module specific patterns -# -# Do not edit the following section -# GNU Build System (Autotools) -aclocal.m4 -autom4te.cache/ -autoscan.log -ChangeLog -compile -config.guess -config.h -config.h.in -config.log -config-ml.in -config.py -config.status -config.status.lineno -config.sub -configure -configure.scan -depcomp -.deps/ -INSTALL -install-sh -.libs/ -libtool -libtool.m4 -ltmain.sh -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -Makefile -Makefile.in -mdate-sh -missing -mkinstalldirs -*.pc -py-compile -stamp-h? -symlink-tree -texinfo.tex -ylwrap - -# Do not edit the following section -# Edit Compile Debug Document Distribute -*~ -*.[0-9] -*.[0-9]x -*.bak -*.bin -core -*.dll -*.exe -*-ISO*.bdf -*-JIS*.bdf -*-KOI8*.bdf -*.kld -*.ko -*.ko.cmd -*.lai -*.l[oa] -*.[oa] -*.obj -*.patch -*.so -*.pcf.gz -*.pdb -*.tar.bz2 -*.tar.gz -# -# Add & Override patterns for libXft -# -# Edit the following section as needed -# For example, !report.pc overrides *.pc. See 'man gitignore' -# diff --git a/libXft/include/X11/Xft/.gitignore b/libXft/include/X11/Xft/.gitignore deleted file mode 100644 index 2aa4925cb..000000000 --- a/libXft/include/X11/Xft/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Add & Override for this directory and it's subdirectories -Xft.h diff --git a/libXrender/.gitignore b/libXrender/.gitignore deleted file mode 100644 index 9ba386edc..000000000 --- a/libXrender/.gitignore +++ /dev/null @@ -1,78 +0,0 @@ -# -# X.Org module default exclusion patterns -# The next section if for module specific patterns -# -# Do not edit the following section -# GNU Build System (Autotools) -aclocal.m4 -autom4te.cache/ -autoscan.log -ChangeLog -compile -config.guess -config.h -config.h.in -config.log -config-ml.in -config.py -config.status -config.status.lineno -config.sub -configure -configure.scan -depcomp -.deps/ -INSTALL -install-sh -.libs/ -libtool -libtool.m4 -ltmain.sh -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -Makefile -Makefile.in -mdate-sh -missing -mkinstalldirs -*.pc -py-compile -stamp-h? -symlink-tree -texinfo.tex -ylwrap - -# Do not edit the following section -# Edit Compile Debug Document Distribute -*~ -*.[0-9] -*.[0-9]x -*.bak -*.bin -core -*.dll -*.exe -*-ISO*.bdf -*-JIS*.bdf -*-KOI8*.bdf -*.kld -*.ko -*.ko.cmd -*.lai -*.l[oa] -*.[oa] -*.obj -*.patch -*.so -*.pcf.gz -*.pdb -*.tar.bz2 -*.tar.gz -# -# Add & Override patterns for libXrender -# -# Edit the following section as needed -# For example, !report.pc overrides *.pc. See 'man gitignore' -# diff --git a/libXt/include/X11/.gitignore b/libXt/include/X11/.gitignore new file mode 100644 index 000000000..e482dd956 --- /dev/null +++ b/libXt/include/X11/.gitignore @@ -0,0 +1,2 @@ +Shell.h +StringDefs.h \ No newline at end of file diff --git a/libXt/src/.gitignore b/libXt/src/.gitignore new file mode 100644 index 000000000..3f48856d3 --- /dev/null +++ b/libXt/src/.gitignore @@ -0,0 +1 @@ +StringDefs.c \ No newline at end of file diff --git a/libxcb/src/.gitignore b/libxcb/src/.gitignore new file mode 100644 index 000000000..dd0db52df --- /dev/null +++ b/libxcb/src/.gitignore @@ -0,0 +1,56 @@ +bigreq.c +bigreq.h +composite.c +composite.h +damage.c +damage.h +dpms.c +dpms.h +dri2.c +dri2.h +ge.c +ge.h +glx.c +glx.h +randr.c +randr.h +record.c +record.h +render.c +render.h +res.c +res.h +screensaver.c +screensaver.h +shape.c +shape.h +shm.c +shm.h +sync.c +sync.h +xc_misc.c +xc_misc.h +xevie.c +xevie.h +xf86dri.c +xf86dri.h +xf86vidmode.c +xf86vidmode.h +xfixes.c +xfixes.h +xinerama.c +xinerama.h +xinput.c +xinput.h +xprint.c +xprint.h +xproto.c +xproto.h +xselinux.c +xselinux.h +xtest.c +xtest.h +xv.c +xv.h +xvmc.c +xvmc.h \ No newline at end of file diff --git a/mesalib/src/glsl/.gitignore b/mesalib/src/glsl/.gitignore new file mode 100644 index 000000000..564de6e0e --- /dev/null +++ b/mesalib/src/glsl/.gitignore @@ -0,0 +1,4 @@ +glsl_lexer.cpp +glsl_parser.cpp +glsl_parser.h +glsl_parser.output \ No newline at end of file diff --git a/mesalib/src/glsl/glcpp/.gitignore b/mesalib/src/glsl/glcpp/.gitignore new file mode 100644 index 000000000..117a6715c --- /dev/null +++ b/mesalib/src/glsl/glcpp/.gitignore @@ -0,0 +1,4 @@ +glcpp-lex.c +glcpp-parse.c +glcpp-parse.h +glcpp-parse.output \ No newline at end of file diff --git a/mesalib/src/mesa/program/.gitignore b/mesalib/src/mesa/program/.gitignore new file mode 100644 index 000000000..2f1601fcc --- /dev/null +++ b/mesalib/src/mesa/program/.gitignore @@ -0,0 +1,4 @@ +lex.yy.c +program_parse.output +program_parse.tab.c +program_parse.tab.h \ No newline at end of file diff --git a/openssl/.gitignore b/openssl/.gitignore new file mode 100644 index 000000000..5ee27150b --- /dev/null +++ b/openssl/.gitignore @@ -0,0 +1,6 @@ +MINFO +Makefile +inc32 +out32_d +tmp32 +tmp32_d \ No newline at end of file diff --git a/openssl/crypto/.gitignore b/openssl/crypto/.gitignore new file mode 100644 index 000000000..966fd5d48 --- /dev/null +++ b/openssl/crypto/.gitignore @@ -0,0 +1,2 @@ +buildinf.h +opensslconf.h \ No newline at end of file diff --git a/openssl/ms/.gitignore b/openssl/ms/.gitignore new file mode 100644 index 000000000..68bee1575 --- /dev/null +++ b/openssl/ms/.gitignore @@ -0,0 +1,6 @@ +bcb.mak +libeay32.def +nt.mak +ntdll.mak +ssleay32.def +version32.rc \ No newline at end of file diff --git a/xorg-server/.gitignore b/xorg-server/.gitignore new file mode 100644 index 000000000..4e5c3a5bd --- /dev/null +++ b/xorg-server/.gitignore @@ -0,0 +1,10 @@ +fonts +locale +protocol.txt +xcalc +xcalc-color +xclock +xclock-color +xerrordb +xkbdata +xwin.rc \ No newline at end of file diff --git a/xorg-server/xkeyboard-config/rules/compat/.gitignore b/xorg-server/xkeyboard-config/rules/compat/.gitignore new file mode 100644 index 000000000..24ecdb6ba --- /dev/null +++ b/xorg-server/xkeyboard-config/rules/compat/.gitignore @@ -0,0 +1,16 @@ +base.ml1_s.part +base.ml1v1_s.part +base.ml2_s.part +base.ml2v2_s.part +base.ml3_s.part +base.ml3v3_s.part +base.ml4_s.part +base.ml4v4_s.part +base.ml_s.part +base.mlv_s.part +ml1_s.bat +ml1v1_s.bat +ml_s.bat +mln_s.bat +mlnvn_s.bat +mlv_s.bat \ No newline at end of file -- cgit v1.2.3