summaryrefslogtreecommitdiffstats
path: root/tkhtml1/.gitignore
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 19:35:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 19:35:16 (GMT)
commit09e487f0e296d4f8b4d8f52913e0853cd6267ab1 (patch)
tree0d20544277d73cbc522f7e5bc577b29069bed661 /tkhtml1/.gitignore
parent488dcf87e8e9f24a6d0e7955b7be56d972480ca4 (diff)
parentcea0772af197e912bd0ce13a6ec5b7d936ec077d (diff)
downloadblt-09e487f0e296d4f8b4d8f52913e0853cd6267ab1.zip
blt-09e487f0e296d4f8b4d8f52913e0853cd6267ab1.tar.gz
blt-09e487f0e296d4f8b4d8f52913e0853cd6267ab1.tar.bz2
Merge commit 'cea0772af197e912bd0ce13a6ec5b7d936ec077d' as 'tkhtml1'
Diffstat (limited to 'tkhtml1/.gitignore')
-rw-r--r--tkhtml1/.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/tkhtml1/.gitignore b/tkhtml1/.gitignore
new file mode 100644
index 0000000..a53b4c4
--- /dev/null
+++ b/tkhtml1/.gitignore
@@ -0,0 +1,34 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+
+*~