summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d3d73615..f6d1d68e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: CC0-1.0
-__pycache__/
-build/
-patches/
+/build/
+/patches/
+
*.patch
*.pyc
+__pycache__/