Commit Graph

15 Commits

Author SHA1 Message Date
Gerwin Klein
17706f02ce Fix .gitignore patterns
Fixes #110 on Github. As the issue describes, `**` is not
the right syntax.

We could write `**/*.pyc` instead, but according to
https://git-scm.com/docs/gitignore a pattern already
matches at any directory level if it doesn't contain `/`.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
2020-06-17 17:27:20 +08:00
Gerwin Klein
79da079239 Convert license tags to SPDX identifiers
This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.
2020-03-09 13:21:49 +08:00
Kent McLeod
0f88bce2e8 git: Remove invocation.h files from .gitignore 2018-05-21 10:38:36 +10:00
Hesham Almatary
83ba084713 [SELFOUR-1156] RISC-V Port
Experimental release that supports both RV32 and RV64
2018-04-18 10:10:14 +10:00
Kofi Doku Atuah
dc8e101aa8 Add gitignore for parsetab.py 2017-03-01 10:49:37 +11:00
amrzar
1d112ea18a Add aarch64 to gitignore file 2017-02-07 11:38:57 +11:00
Stephen Sherratt
d379837e2a manual: Added staging dirs to gitignore
JIRA: SELFOUR-606
2016-11-29 14:31:00 +11:00
amrzar
39c6f24eeb add x86_64 version of generated invocation.h to .gitignore 2016-11-07 17:27:23 +11:00
Robert Kaiser
11bc9b21af add aarch32 version of generated invocation.h to .gitignore 2016-02-12 11:54:53 +11:00
Anna Lyons
ae847a7ff0 trivial: add new sel4_arch invocation.h files to .gitignore 2016-01-14 16:03:08 +11:00
Gernot Heiser
427c477135 manual: Purely cosmetic changes / improved wording 2015-08-21 08:37:17 +10:00
Matthew Fernandez
bb0d6b498c Ignore x86 generated header. 2015-06-02 20:19:21 +10:00
Gerwin Klein
570306e1b6 .gitignore: move Haskell ignores to their own file 2015-05-22 15:18:22 +10:00
Matthew Fernandez
0870e40954 Ignore generated libsel4 headers. 2014-11-11 11:14:54 +11:00
Gerwin Klein
6f5a367010 add .gitignore 2014-07-19 15:55:06 +02:00