We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c5a2b commit f29f404Copy full SHA for f29f404
community/Logtalk.gitignore
@@ -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