diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:53:26 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:53:26 (GMT) |
commit | 38372df5fe93ad7eda2915ca1f5335d03a04af5d (patch) | |
tree | a444c3f741ff24ad048b285e04408b396aa6dda3 /tclzvfs/.gitignore | |
parent | fc5fda8eb31d0866908d840b9dc080788cdc90e9 (diff) | |
parent | 41b8c0e58c5ff166f13768b1a9f7849e4fb16ed4 (diff) | |
download | blt-38372df5fe93ad7eda2915ca1f5335d03a04af5d.zip blt-38372df5fe93ad7eda2915ca1f5335d03a04af5d.tar.gz blt-38372df5fe93ad7eda2915ca1f5335d03a04af5d.tar.bz2 |
Merge commit '41b8c0e58c5ff166f13768b1a9f7849e4fb16ed4' as 'tclzvfs'
Diffstat (limited to 'tclzvfs/.gitignore')
-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/ + +*~ |