summaryrefslogtreecommitdiffstats
path: root/tclsignal/.gitignore
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 19:05:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 19:05:44 (GMT)
commit482241bea02f1e740f0a4f4fcf5b9ea29f1f678a (patch)
treebadcbd8eaa03d1688fea1a4ad269e932aa2996f1 /tclsignal/.gitignore
parent3cd540c3f22f5d85dffae5542cf58f8855f7b847 (diff)
parentfe3a889e527a0369c6f7d42675f358815143a502 (diff)
downloadblt-482241bea02f1e740f0a4f4fcf5b9ea29f1f678a.zip
blt-482241bea02f1e740f0a4f4fcf5b9ea29f1f678a.tar.gz
blt-482241bea02f1e740f0a4f4fcf5b9ea29f1f678a.tar.bz2
Merge commit 'fe3a889e527a0369c6f7d42675f358815143a502' as 'tclsignal'
Diffstat (limited to 'tclsignal/.gitignore')
-rw-r--r--tclsignal/.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/tclsignal/.gitignore b/tclsignal/.gitignore
new file mode 100644
index 0000000..a53b4c4
--- /dev/null
+++ b/tclsignal/.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/
+
+*~