aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2017-06-09 14:04:12 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-09 14:33:37 +1000
commit5ed7f51c53fdaea01151d6de18d7b96a9cddee12 (patch)
treeffb611fddb8eeefef2e638914d88929c97a80f6e /.gitignore
parentbab10aea96277156edc008f7706e0ded61c4f8aa (diff)
downloadskiboot-5ed7f51c53fdaea01151d6de18d7b96a9cddee12.zip
skiboot-5ed7f51c53fdaea01151d6de18d7b96a9cddee12.tar.gz
skiboot-5ed7f51c53fdaea01151d6de18d7b96a9cddee12.tar.bz2
gitignore: Add compile_commands.json
compile_commands.json is a compilation database used by Clang and some tagging magic tools. There's a tool called `bear` which intercepts the compiler and creates this database of how every file is compiled. This enables my editor to highlight which #ifdef blocks actually get compiled, for example. Used by rtags: https://github.com/Andersbakken/rtags Signed-off-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a276cc7..e7fa4a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ GTAGS
GRTAGS
GPATH
cscope.out
+compile_commands.json
asm/asm-offsets.s
include/asm-offsets.h
version.c