Skip to content

Commit f29f404

Browse files
shiftkeypmoura
andcommitted
add community template for LogTalk
Co-Authored-By: Paulo Moura <[email protected]>
1 parent e5c5a2b commit f29f404

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

community/Logtalk.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# gitignore template for LogTalk, a programming language that builds upon Prolog
2+
# website: https://logtalk.org/
3+
4+
# Logtalk temporary file directories
5+
.lgt_tmp/
6+
lgt_tmp/
7+
8+
# Logtalk default unit testing and doclet results and logs directories
9+
logtalk_tester_logs/
10+
logtalk_doclet_logs/
11+
12+
# backend Prolog compiler temporary files
13+
.pl-history
14+
*.out
15+
*.xwam
16+
*.qo
17+
*.ql
18+
*.itf
19+
*.po

0 commit comments

Comments
 (0)