summaryrefslogtreecommitdiffstats
path: root/tkhtml1/.gitignore
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:25:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:25:29 (GMT)
commita62a72569befa24bccfc2ef198be80f3cb1e94e9 (patch)
tree5b80188ca040ec1942d235792ffc4905cd2ecf27 /tkhtml1/.gitignore
parent9967eb08e8dd098ffec7e70fa72549e5f7dc1e42 (diff)
parent333069975324629e46636ca439dc7edb838449a3 (diff)
downloadblt-a62a72569befa24bccfc2ef198be80f3cb1e94e9.zip
blt-a62a72569befa24bccfc2ef198be80f3cb1e94e9.tar.gz
blt-a62a72569befa24bccfc2ef198be80f3cb1e94e9.tar.bz2
Merge commit '333069975324629e46636ca439dc7edb838449a3' as 'tkhtml1'
Diffstat (limited to 'tkhtml1/.gitignore')
-rw-r--r--tkhtml1/.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/tkhtml1/.gitignore b/tkhtml1/.gitignore
new file mode 100644
index 0000000..a53b4c4
--- /dev/null
+++ b/tkhtml1/.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/
+
+*~