aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9a895df..407e737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,18 @@
+# Copyright 2016-2021 David Robillard <d@drobilla.net>
+# Copyright 2016 Robin Gareus <robin@gareus.org>
+# SPDX-License-Identifier: 0BSD OR ISC
+
# generated files and folders
-.waf-*
-.lock-waf*
/build
*.pyc
-NEWS
# misc editor/tools
*.swp
cscope.*
tags
+
+# cached files when used as a meson subproject
+.meson-subproject-wrap-hash.txt
+
+# .wraplock file added in meson 1.9.0
+/subprojects/.wraplock