~ubuntu-branches/ubuntu/trusty/apex/trusty

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-01-04 20:24:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100104202421-xv4li9jarzof7mxq
Tags: 1.6.10ubuntu3
* Makefile: fix armel build failures by building with -marm;
  thx to ogra for this patch (LP:503090)
* usr/link.cc: fix "link.cc:236: error: invalid conversion from
  ‘const char*’ to ‘char*’" - use a copy rather than constant to do
  the parsing etc. (LP:503090)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*.o
 
2
*~
 
3
.*cmd
 
4
*.lds
 
5
*.a
 
6
.config
 
7
.config.old
 
8
include/mach
 
9
 
 
10
apex
 
11
apex.bin
 
12
apex.map
 
13
apex.elf
 
14
apex.srec
 
15
include/configfunc.h
 
16
include/linux/config.h
 
17
src/arch-arm/rom/apex.bin
 
18
usr/apex-env
 
19
usr/apex-image
 
20
usr/*.d
 
21
every
 
22
 
 
23
# -- From the Kernel
 
24
 
 
25
.*
 
26
*.o
 
27
*.o.*
 
28
*.a
 
29
*.s
 
30
*.ko
 
31
*.so
 
32
*.mod.c
 
33
*.i
 
34
*.lst
 
35
*.symtypes
 
36
 
 
37
#
 
38
# Top-level generic files
 
39
#
 
40
tags
 
41
TAGS
 
42
vmlinux*
 
43
!vmlinux.lds.S
 
44
System.map
 
45
Module.symvers
 
46
 
 
47
#
 
48
# Generated include files
 
49
#
 
50
include/asm
 
51
include/asm-*/asm-offsets.h
 
52
include/config
 
53
include/linux/autoconf.h
 
54
include/linux/compile.h
 
55
include/linux/version.h
 
56
include/linux/utsrelease.h
 
57
 
 
58
# stgit generated dirs
 
59
patches-*
 
60
 
 
61
# quilt's files
 
62
patches
 
63
series
 
64
 
 
65
# cscope files
 
66
cscope.*
 
67
 
 
68
*.orig
 
69
*.rej