aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 14 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0aa8c8e..84920d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,28 @@
testing/*.ALF*
testing/*.TXT*
+testing/*.png
+testing/*.zip
+testing/*.arc
+testing/Makefile
+testing/alf
testing/unalf
testing/wip.txt
testing/atari800.cfg
.makepp/
-unalf-*-win64.zip
+*-*-win64.zip
*~
*.o
src/alf
src/unalf
src/alfsum
+a.*
+b.*
+x.*
+y.*
+a
+b
+x
+y
1
2
3