summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-06 20:56:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-06 20:56:44 (GMT)
commite211824873812d73c9ef1ab926d6e9c6f89fd13b (patch)
tree8cc008bd771d96b16e388073dbd50aad0b90b644
parent815545068a1c2a4dd080777bd2f0ca7b4e92a2e9 (diff)
downloadblt-e211824873812d73c9ef1ab926d6e9c6f89fd13b.zip
blt-e211824873812d73c9ef1ab926d6e9c6f89fd13b.tar.gz
blt-e211824873812d73c9ef1ab926d6e9c6f89fd13b.tar.bz2
Squashed 'tkmpeg/' changes from 8e76208..2d3dbbb
2d3dbbb Create .gitignore git-subtree-dir: tkmpeg git-subtree-split: 2d3dbbb2d5f62fc894b8d172e7add4c145b77ee3
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c8694d4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+*~