diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 21:18:20 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 21:18:20 (GMT) |
commit | d3201bcb3cf5653f597e46eca8d03446288b3a36 (patch) | |
tree | abffb32b4a9cf24936dbe478205a4c20e134c26d | |
parent | d5d4d04a0f5375d701d8958cc98753c59c8dcfb4 (diff) | |
parent | 5c6ccbf1e6f4dec792ca77ba6383b13aded02c98 (diff) | |
download | blt-d3201bcb3cf5653f597e46eca8d03446288b3a36.zip blt-d3201bcb3cf5653f597e46eca8d03446288b3a36.tar.gz blt-d3201bcb3cf5653f597e46eca8d03446288b3a36.tar.bz2 |
Merge commit '5c6ccbf1e6f4dec792ca77ba6383b13aded02c98'
-rw-r--r-- | tclzvfs/.gitignore | 34 |
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/ + +*~ |