diff options
author | San Jacobs | 2023-05-21 23:04:40 +0200 |
---|---|---|
committer | San Jacobs | 2023-05-21 23:04:40 +0200 |
commit | 56ea120ff460aa072da30c30e70bdbd5fd71ba8d (patch) | |
tree | 440cb999e097f2728d3357ea6edbbfb9741d2941 | |
parent | 248c0c28aeceed52dcf300b29ec8e36116ac3375 (diff) | |
download | satscalc-56ea120ff460aa072da30c30e70bdbd5fd71ba8d.tar.gz satscalc-56ea120ff460aa072da30c30e70bdbd5fd71ba8d.tar.bz2 satscalc-56ea120ff460aa072da30c30e70bdbd5fd71ba8d.zip |
More things in gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ a.out a.exe main.exe main.out -.exe +*.exe +*.exp +*.lib satscalc satscalc.exe satscalc32.exe |