diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c23a0d69f..33a0451bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.swp -/build/ -/output/ +*~ +.*.sw? +/docs_build/ +/docs_output/ /releng/ |