summaryrefslogtreecommitdiffstats
path: root/.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)
commitfe3a889e527a0369c6f7d42675f358815143a502 (patch)
tree75ee3b8feab73d5773e0994fd298288b81a73128 /.gitignore
downloadblt-fe3a889e527a0369c6f7d42675f358815143a502.zip
blt-fe3a889e527a0369c6f7d42675f358815143a502.tar.gz
blt-fe3a889e527a0369c6f7d42675f358815143a502.tar.bz2
Squashed 'tclsignal/' content from commit 6189622d
git-subtree-dir: tclsignal git-subtree-split: 6189622d1687dbcdb9c26ab1f1a4003e24a6de87
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a53b4c4
--- /dev/null
+++ b/.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/
+
+*~