summaryrefslogtreecommitdiffstats
path: root/tclzvfs
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 21:18:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 21:18:20 (GMT)
commitd3201bcb3cf5653f597e46eca8d03446288b3a36 (patch)
treeabffb32b4a9cf24936dbe478205a4c20e134c26d /tclzvfs
parentd5d4d04a0f5375d701d8958cc98753c59c8dcfb4 (diff)
parent5c6ccbf1e6f4dec792ca77ba6383b13aded02c98 (diff)
downloadblt-d3201bcb3cf5653f597e46eca8d03446288b3a36.zip
blt-d3201bcb3cf5653f597e46eca8d03446288b3a36.tar.gz
blt-d3201bcb3cf5653f597e46eca8d03446288b3a36.tar.bz2
Merge commit '5c6ccbf1e6f4dec792ca77ba6383b13aded02c98'
Diffstat (limited to 'tclzvfs')
-rw-r--r--tclzvfs/.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/tclzvfs/.gitignore b/tclzvfs/.gitignore
new file mode 100644
index 0000000..a53b4c4
--- /dev/null
+++ b/tclzvfs/.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/
+
+*~