diff options
author | B. Watson <urchlay@slackware.uk> | 2022-10-26 03:33:46 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-10-26 03:33:46 -0400 |
commit | 1c7d17af238cb6cc81173a784102b1b24e63726b (patch) | |
tree | bad18a351e65ec9ebf7dad5969e8542ab5558ecd | |
parent | 9733bfd0e0546f76e9a64dd3ae513896bbf19718 (diff) | |
download | dla-asm-1c7d17af238cb6cc81173a784102b1b24e63726b.tar.gz |
Add .gitignore
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d68f59 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +dlatbl.s +.*.swp +*.o +*.xex +*.list +*.labels +*.atr +1.* +2.* +3.* +4.* +foo.* +bar.* +*.foo +*.bar +1 +2 +3 +4 |