aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-05-24 15:17:30 -0400
committerJack Lloyd <[email protected]>2018-05-24 15:17:59 -0400
commitb596fa2766ac947144e31c8db37c45a7cad254c4 (patch)
treeb48f742601b7afda975ad77a8e3afde23d984afd /.gitignore
parent14ea9c0395dd5861fbe457165c95fa789bd3acef (diff)
Ignore also *.rst in top level
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1a5d5100c..8c7a071b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,7 +77,10 @@ callgrind.*
/*.pub
/*.crt
/*.txt
+/*.rst
# Add back files from the toplevel
-!configure.py
-!license.txt
+!/news.rst
+!/readme.rst
+!/configure.py
+!/license.txt