]> Repos - portaudio/commitdiff
Add .gitignore for C++
authorPhil Burk <philburk@mobileer.com>
Sun, 1 May 2016 19:54:03 +0000 (12:54 -0700)
committerPhil Burk <philburk@mobileer.com>
Sun, 1 May 2016 19:54:03 +0000 (12:54 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b8bd026
--- /dev/null
@@ -0,0 +1,28 @@
+# 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