summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2015-11-09 09:58:07 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:42 -0500
commit1e15f54fec8b73e35930bc4b62ed7ca5bb95c79f (patch)
tree58c8519cd932667996c25b3bdeede5d72ddc3f6b /.gitignore
parent05d6c9262149a35179ccc984cbac9bb12a0e7822 (diff)
doc: Prevent accidental commit of Kconfig index file
The Kconfig documentation index file is auto-generated. Adding it to list of files ignored by git so that it isn't added by accident in the future. Change-Id: I763a3d3d9382bec843e1e4ddfc198f756bb5cb80 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 265eb931f..c8d3b0215 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,4 +23,5 @@ doc/latex/
sanity-out/
scripts/grub
doc/reference/kconfig/CONFIG_*
+doc/reference/kconfig/index.rst
tags