-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (36 loc) · 901 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Copyright 2014, General Dynamics C4 Systems
#
# This software may be distributed and modified according to the terms of
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
#
# generated python bytecode
**.pyc
# latex generated files
**.aux
**.log
**.out
**.lof
**.lot
**.bbl
**.blg
**.toc
**.mpx
manual/env.tex
manual/manual.pdf
manual/stage
manual/doxygen-output
manual/generated
# Generated headers
libsel4/arch_include/arm/sel4/arch/invocation.h
libsel4/arch_include/ia32/sel4/arch/invocation.h
libsel4/arch_include/x86/sel4/arch/invocation.h
libsel4/sel4_arch_include/aarch32/sel4/sel4_arch/invocation.h
libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/invocation.h
libsel4/sel4_arch_include/ia32/sel4/sel4_arch/invocation.h
libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/invocation.h
# Emacs backups
*~