30 Jun, 2008
1 commit
-
Removed vmlinux* rule because it matches too many useful files, replacing
it with rules matching filetype by filename (e.g. *.gz). Also unignored
.mailmap from the top directory. Added a comment telling the user how to
check for tracked files being ignored.Signed-off-by: Eduard - Gabriel Munteanu
Signed-off-by: Linus Torvalds
18 Jun, 2008
1 commit
-
Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
Signed-off-by: Eduard - Gabriel Munteanu
Acked-by: Mathieu Desnoyers
Signed-off-by: Linus Torvalds
26 May, 2008
1 commit
-
Sometimes I got this:
$ git-status
{snip}
# On branch master
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# ncscope.out
nothing added to commit but untracked files present (use "git add"
to track)Fix it.
Signed-off-by: Jike Song
Signed-off-by: Sam Ravnborg
11 May, 2008
1 commit
-
With commit 3f1b0e1f287547903f11fa1e6de7d2765597766e ".gitignore update"
Linus's current git tree starts to ignore any "*.rej" files.
So "git status" no longer shows these files, but the ones who works with
quilt patchsets, this not makes life easier as expected.
Because sometimes a work flow (at least for me) requires
"quilt push -f" followed by "git status" to see unresolved merge
conflicts, work on these conflicts to correct them and finalize
the patch with "quilt refresh".And if there are some "*.rej" files exists in tree, for whatever
reason, this means something goes really wrong there and i think
this situation not deserves to be ignored.Signed-off-by: S.Çağlar Onur
Signed-off-by: Sam Ravnborg
01 May, 2008
1 commit
-
(which is autogenerated by kbuild)
Signed-off-by: "Theodore Ts'o"
Signed-off-by: Linus Torvalds
26 Apr, 2008
1 commit
-
Add some autogenerated files to various .gitignore files
Signed-off-by: Matthew Wilcox
Signed-off-by: Linus Torvalds
05 Mar, 2008
1 commit
-
Signed-off-by: Chris Dearman
Signed-off-by: Ralf Baechle
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
29 Jan, 2008
1 commit
-
Introducing the new modules.order patch created a number
of additional files. Teach git to ignore them.Signed-off-by: Sam Ravnborg
Acked-by: Tejun Heo
20 Oct, 2007
1 commit
-
vdso / vsycall create .so.dbg files now.
Add *.so.dbg to the main .ignore fileExclude the compile time created boot directory in arch/x86_64 as well
Signed-off-by: Thomas Gleixner
Signed-off-by: Ingo Molnar
18 Oct, 2007
1 commit
-
This patch:
- makes .gitignore files visible to git
- makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisibleSigned-off-by: Denis V. Lunev
Signed-off-by: Thomas Gleixner
01 Aug, 2007
1 commit
-
Somehow I ended up with the following in tree:
$ git status
...
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# fs/proc/root.o.FuMxJQ
# net/ipv4/tcp_minisocks.o.geCDYRThese are presumably temporary gcc files, which aren't interesting.
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
21 Jul, 2007
1 commit
-
We ignore all the generated files called "vmlinux*" from the top-level
gitignore, but that also ends up catching a few files that we track, and
that people do edit. Notably the "vmlinux.lds.S" file, that each
architecture has.You can always use "git add -f" to override the ignore file, but we
might as well just make it explicit for this file.Bitten-by-and-tested-by: Ingo Molnar
Signed-off-by: Linus Torvalds
17 Jul, 2007
1 commit
-
headers_install by default puts headers into usr/include/ .
They're auto-generated, so should be ignored.Same for *.orig, *.rej .
Signed-off-by: Alexey Dobriyan
Cc: David Woodhouse
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
23 Dec, 2006
1 commit
-
Ignore files generated by 'make cscope'
Signed-off-by: Tobias Klauser
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
13 Nov, 2006
1 commit
-
Prevent git from reporting this useless status:
On branch refs/heads/master
Untracked files:
(use "git add" to add to commit)TAGS
scripts/kconfig/lkc_defs.h
scripts/kconfig/qconf.moc
nothing to commitSigned-off-by: Franck Bui-Huu
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Sep, 2006
3 commits
-
The kernel build system supports making symbol type files (*.symtypes) from C
source files. Add these files to .gitignore.Signed-off-by: Josh Triplett
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The kernel build system supports making mixed source and assembly listings
(*.lst) from C source files. Add these files to .gitignore.Signed-off-by: Josh Triplett
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The kernel build system supports making preprocessed files (*.i) from C source
files. Add these files to .gitignore.Signed-off-by: Josh Triplett
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
01 Aug, 2006
2 commits
-
gitignore: ignore quilt's files.
Signed-off-by: Qi Yong
Signed-off-by: Sam Ravnborg -
Signed-off-by: Sam Ravnborg
22 Mar, 2006
1 commit
-
Signed-off-by: Uwe Zeisberger
Signed-off-by: Adrian Bunk
27 Feb, 2006
1 commit
-
StGit genreates patches-* when you run stg export command.
It makes no sense to show such directories as changes on git status.Signed-off-by: Mauro Carvalho Chehab
07 Jan, 2006
1 commit
-
Many arches make shared objects for VDSOs. Generally exclude them.
Signed-off-by: Brian Gerst
Signed-off-by: Sam Ravnborg
02 Jan, 2006
1 commit
-
Ignore asm-offsets.h for all arches.
Signed-off-by: Brian Gerst
Signed-off-by: Sam Ravnborg
18 Oct, 2005
1 commit
-
This still leaves driver and architecture-specific subdirectories alone,
but gets rid of the bulk of the "generic" generated files that we should
ignore.Signed-off-by: Linus Torvalds