diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-10 18:16:06 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-12-10 18:16:06 -0500 |
commit | a85aa41451e9aebc6ad70cc3c09389f70e4c23cf (patch) | |
tree | 51fb1f53a4c1f5bdf4f23952a248e830b8c2ffca /.gitignore | |
parent | fa7c429be0dcb09326e57a51753d8bf6d13c8423 (diff) | |
download | tmu45tools-a85aa41451e9aebc6ad70cc3c09389f70e4c23cf.tar.gz |
Add .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f977771 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +README.1ST +*.o +*.list +*.xex +*.swp +1 +2 +3 +1.* +2.* +3.* +foo +bar +baz +*.foo +*.bar +*.baz +foo.* +bar.* +baz.* |