Skip to content

Commit 0685841

Browse files
committed
Update templates folder.
Template folder is now placed in bin (output) folder. Templates have been updated to match recent liblcf changes (fixes crash on new game). Update gitignore.
1 parent c049b22 commit 0685841

File tree

9 files changed

+325
-317
lines changed

9 files changed

+325
-317
lines changed

.gitignore

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
/*.autosave
22
/EasyRPG-Editor.pro.user
33
/*.user.*
4-
bin
54
*.o
65
/Makefile
76
/moc_*
87
/qrc_*
98
/ui_*
109
/EasyRPG-Editor
1110
/libs/liblcf/*
12-
/templates/Player.exe
13-
/templates/Player64.exe
1411
/debug
1512
/release
1613
Makefile.Debug
1714
Makefile.Release
1815
/libs/liblcf
1916
/.project
17+
/bin/templates/Player.exe
18+
/bin/*.dll
19+
/bin/*.exe
20+
/bin/*.manifest
21+
/bin/*.rc
22+
/bin/*.ilk
23+
/bin/*.pdb
24+
/bin/platforms

bin/README

Whitespace-only changes.

0 commit comments

Comments
 (0)