Skip to content

Commit 732fd9c

Browse files
committed
Improving GitIgnore
1 parent 43fa958 commit 732fd9c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,17 @@ $RECYCLE.BIN/
4545
Network Trash Folder
4646
Temporary Items
4747
.apdisk
48-
.vs
48+
.vs
49+
50+
# RunCPM targets and intermediate files
51+
x64
52+
release
53+
RunCPM/*.o
54+
RunCPM/*.exe
55+
RunCPM/RunCPM
56+
57+
RunCPM/lua/*.o
58+
RunCPM/lua/*.exe
59+
RunCPM/lua/*.a
60+
RunCPM/lua/lua
61+
RunCPM/lua/luac

0 commit comments

Comments
 (0)