Displaying 20 results from an estimated 1070 matches for "gitignored".
Did you mean:
gitignore
2012 Nov 13
2
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
Add several .gitignore rules to various directories to ensure a clean
worktree after a default build.
Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com>
---
Just cloned and built LLVM. This annoyed me. Here's a trivial
patch.
.gitignore | 10 ++++++++++
bindings/ocaml/llvm/.gitignore | 1 +
docs/.gitignore
2019 Jul 17
4
[RFC] change .gitignore for monorepo
James, we are using an *unmodified* llvm-project (master llorg), and just add some extra projects from our internal repos to the top-level.
Thanks,
Slava
From: James Y Knight [mailto:jyknight at google.com]
Sent: Wednesday, July 17, 2019 11:19 AM
To: Zakharin, Vyacheslav P <vyacheslav.p.zakharin at intel.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] [RFC]
2019 Jul 17
6
[RFC] change .gitignore for monorepo
Hello,
My team is using some non-llvm projects along with llvm-project monorepo. The projects are checked out to the top level of llvm-project, and 'git status' would complain about them unless we add them to .gitignore. We do not really want to change llorg's .gitignore on our side, so may we propose changing llorg's .gitignore to ignore all top-level files/directories that are
2012 Nov 13
2
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
Hi Dmitri,
Dmitri Gribenko wrote:
> On Tue, Nov 13, 2012 at 6:02 PM, Ramkumar Ramachandra
> <artagnon at gmail.com> wrote:
>> Add several .gitignore rules to various directories to ensure a clean
>> worktree after a default build.
>
> Hi,
>
> These gitignore lists require maintenance. Is is possible to express
> the same set of filenames as patterns like
2009 Aug 05
2
[PATCH] Add some newly-untracked files to .gitignore
---
.gitignore | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 147e1cb..dcea811 100644
--- a/.gitignore
+++ b/.gitignore
@@ -154,10 +154,21 @@ po/POTFILES
po/remove-potcdate.sed
po/stamp-it
po/stamp-po
+po/LINGUAS
+po/Makefile.in.in
+po/Makevars
+po/Rules-quot
+po/boldquot.sed
+po/en at boldquot.header
+po/en at quot.header
2009 Sep 11
1
[PATCH] .gitignore: Ignore a couple of auto-generate m4 scripts
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index a6caaf9..ae3b16d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@ daemon/install-sh
daemon/missing
daemon/names.c
daemon/stubs.c
+daemon/m4/stddef_h.m4
depcomp
.deps
df/virt-df.1
@@ -114,6 +115,7 @@ libtool
*.lo
localconfigure
ltmain.sh
+m4/gnulib-cache.m4
2011 Dec 23
1
[PATCH] gitignore: ignore the guestfs.* directory
Let git ignore the guestfs.* directorys.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index dcf2af1..4d4556e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -367,3 +367,4 @@ tools/virt-*.pl
/gnulib
.git-module-status
.guestfs-*
+guestfs.*
--
1.7.8
2012 Nov 13
0
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
On Tue, Nov 13, 2012 at 6:02 PM, Ramkumar Ramachandra
<artagnon at gmail.com> wrote:
> Add several .gitignore rules to various directories to ensure a clean
> worktree after a default build.
Hi,
These gitignore lists require maintenance. Is is possible to express
the same set of filenames as patterns like '*.inc' in the root
gitigrore file, so that adding/removing a new
2012 Jan 13
0
[PATCH].gitignore: ocaml: add xenlight.mli
I will be committing this shortly.
Ian.
From: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [PATCH] .gitignore: ocaml: add xenlight.mli
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 625ceee..297191e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -359,6
2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa,
rebased my branch, please pull latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for the following shortlog
maximilian attems (6):
fstype: add squashfs v3 support
reiser4_fs.h: add attribute packed to reiser4_master_sb
fstype: add ext4 support
.gitignore: add subdir specific entries
usr/klibc/Kbuild: beautify klibc build
fstype:
2024 Oct 24
1
[PATCH] Updated gitignore to ignore sshd-session and sshd-auth targets
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 213041656..c9d4166a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,8 @@ ssh-keysign
ssh-pkcs11-helper
ssh-sk-helper
sshd
+sshd-session
+sshd-auth
!regress/misc/fuzz-harness/Makefile
!regress/unittests/sshsig/Makefile
tags
--
2.45.2
2007 Jul 13
0
3 commits - configure.ac .gitignore libswfdec/swfdec_event.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c
.gitignore | 2 +-
configure.ac | 2 +-
libswfdec/swfdec_event.c | 2 +-
libswfdec/swfdec_sprite_movie.c | 2 +-
libswfdec/swfdec_swf_instance.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
diff-tree 0a9188fdb36edbe11775ca410f11551090cc7135 (from e20317c4a4d2b95516b6339bbd3dc89c5d0b777a)
Author: Benjamin Otte
2017 Mar 01
3
[PATCH supermin 0/2] Use AC_HEADER_MAJOR to find definitions of major, minor, makedev.
Quite a complex fix in the end, see the comment in the second commit.
Rich.
2015 Oct 05
4
[PATCH 0/3] hivex: misc changes
Hi,
Few changes in hivex, sent as series to be clearly identified as hivex
ones.
After these patches, what about a new release of it? The last one is
basically one year old, and the changes after 1.3.11 make hivex build
and work fine on FreeBSD (and maybe more non-Linux OSes).
Thanks,
Pino Toscano (3):
Fix shebang in perl scripts
Update gnulib to latest.
Update .gitignore with more
2012 Nov 13
0
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
On Nov 13, 2012, at 8:34 AM, Ramkumar Ramachandra <artagnon at gmail.com> wrote:
> Hi Dmitri,
>
> Dmitri Gribenko wrote:
>> On Tue, Nov 13, 2012 at 6:02 PM, Ramkumar Ramachandra
>> <artagnon at gmail.com> wrote:
>>> Add several .gitignore rules to various directories to ensure a clean
>>> worktree after a default build.
>>
>> Hi,
2015 Oct 05
0
[PATCH 3/3] Update .gitignore with more gnulib files.
---
m4/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/m4/.gitignore b/m4/.gitignore
index 09915f7..05ca27c 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -7,6 +7,7 @@
/closeout.m4
/close-stream.m4
/codeset.m4
+/ctype.m4
/dos.m4
/dup2.m4
/eealloc.m4
@@ -97,6 +98,7 @@
/sockpfaf.m4
/ssize_t.m4
/stat.m4
+/stdalign.m4
/stdbool.m4
/stddef_h.m4
/stdint_h.m4
--
2.1.0
2018 Feb 21
1
[PATCH] tmp: ignore virt-v2v overlay files
Failed virt-v2v tests can leave the overlay files on disk. Make sure
they are ignored.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
tmp/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tmp/.gitignore b/tmp/.gitignore
index 28ac388f3..912a946b6 100644
--- a/tmp/.gitignore
+++ b/tmp/.gitignore
@@ -2,4 +2,5 @@
/guestfs.*
/libguestfs??????/
/run-*
2023 May 25
0
[PATCH] tools/virtio: Add .gitignore to ringtest
On Wed, 24 May 2023 20:36:12 +0800, Rong Tao <rtoax at foxmail.com> wrote:
> From: Rong Tao <rongtao at cestc.cn>
>
> Ignore executions for ringtest.
>
> Signed-off-by: Rong Tao <rongtao at cestc.cn>
Is this the resend mail? Or a new version?
I replyed to your last mail.
THanks.
> ---
> tools/virtio/ringtest/.gitignore | 7 +++++++
> 1 file changed,
2012 Jan 11
1
Duplicated .gitignores solved.
Subtle bug, simple fix. The problem was introduced by my change that
used content hashes to avoid issuing duplicate blobs. The generated
.gitignore nodes didn't have a Content-Hash header, which meant all
.gitignores were treated as though they had the same *empty* hash.
2.0pre8 is at:
http://www.catb.org/esr/nut-conversion/nut-conversion.tar.gz
Please check that the .gitignores look OK
2012 Nov 29
0
[PATCH] Add gtags and tags rune in gitignore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index f6edc43..d849a4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,11 @@
*.spot
*.spit
TAGS
+GTAGS
+GRTAGS
+GPATH
+GSYMS
+tags
cscope.files
cscope.in.out
cscope.out
--
1.7.10.4