Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-04-21 13:15:42 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2021-04-21 13:15:42 +0200
commit4db40c06eb37390eaa19b6d8b0afa7b21c5e65b3 (patch)
tree674171bec4df5c9961bcda44b3e38958209fb0a5 /.gitignore
parentccb75f70b9468cb9e8485bb6a0692026ea1862a7 (diff)
Removed guided.py that was copied in to the root and added to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 78595b08..a21815d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,5 @@ SAFETY_LOCK
**/**.target
**/**.qcow2
**/test.py
-**/archiso \ No newline at end of file
+**/archiso
+/guided.py