Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d4ee5091..b357b543 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,9 +20,10 @@ SAFETY_LOCK
**/**.network
**/**.target
**/**.qcow2
-**/test.py
+/test*.py
**/archiso
/guided.py
/install.log
venv
-.idea/** \ No newline at end of file
+.idea/**
+**/install.log \ No newline at end of file