summaryrefslogtreecommitdiffstats
path: root/.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)
commit333069975324629e46636ca439dc7edb838449a3 (patch)
tree32ef83f5203e62594830f5a525868804e822213b /.gitignore
downloadblt-333069975324629e46636ca439dc7edb838449a3.zip
blt-333069975324629e46636ca439dc7edb838449a3.tar.gz
blt-333069975324629e46636ca439dc7edb838449a3.tar.bz2
Squashed 'tkhtml1/' content from commit d033894
git-subtree-dir: tkhtml1 git-subtree-split: d0338941fea71e9196fe50b0abc1b405838e91ff
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/
+
+*~