]> source.dussan.org Git - gitignore.git/commitdiff
Added gitignore-file for Beckhoff TwinCAT.
authorJakob Sagatowski <jsagatow@eso.org>
Sat, 22 Jun 2019 13:00:35 +0000 (15:00 +0200)
committerJakob Sagatowski <jsagatow@eso.org>
Sat, 22 Jun 2019 13:00:35 +0000 (15:00 +0200)
TwinCAT.gitignore [new file with mode: 0644]

diff --git a/TwinCAT.gitignore b/TwinCAT.gitignore
new file mode 100644 (file)
index 0000000..f9abebb
--- /dev/null
@@ -0,0 +1,15 @@
+# gitignore template for TwinCAT
+# website: https://www.beckhoff.com/twincat/
+#
+# Recommended: VisualStudio.gitignore
+
+# TwinCAT files
+*.tpy
+*.tclrs
+*.compiled-library
+*.compileinfo
+*.tmc
+*.library
+_Boot/
+_CompileInfo/
+_Libraries/
\ No newline at end of file