1
0
mirror of https://github.com/mist64/perfect6502.git synced 2024-06-01 10:41:28 +00:00

added object files to .gitignore

This commit is contained in:
Michael Steil 2014-11-28 07:56:51 +01:00
parent b2cce88620
commit 8161e5e600

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
# patch detritus
*.orig
*.rej
# object files
cbmbasic
*.o