aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-10-28 18:24:05 -0300
committerBrendan Forster <github@brendanforster.com>2018-10-28 18:24:05 -0300
commitf29f4047a03c0981706d92f5458aa73499e1ce47 (patch)
tree41b8c174a7a8119c2fb35acdaf560833522f2165 /community
parente5c5a2bb9c96a86e75c9543ceedd466fae1f27a8 (diff)
downloadgitignore-f29f4047a03c0981706d92f5458aa73499e1ce47.tar.gz
gitignore-f29f4047a03c0981706d92f5458aa73499e1ce47.zip
add community template for LogTalk
Co-Authored-By: Paulo Moura <pmoura@logtalk.org>
Diffstat (limited to 'community')
-rw-r--r--community/Logtalk.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/Logtalk.gitignore b/community/Logtalk.gitignore
new file mode 100644
index 00000000..d02dd2e1
--- /dev/null
+++ b/community/Logtalk.gitignore
@@ -0,0 +1,19 @@
+# gitignore template for LogTalk, a programming language that builds upon Prolog
+# website: https://logtalk.org/
+
+# Logtalk temporary file directories
+.lgt_tmp/
+lgt_tmp/
+
+# Logtalk default unit testing and doclet results and logs directories
+logtalk_tester_logs/
+logtalk_doclet_logs/
+
+# backend Prolog compiler temporary files
+.pl-history
+*.out
+*.xwam
+*.qo
+*.ql
+*.itf
+*.po \ No newline at end of file