summaryrefslogtreecommitdiff
path: root/gitignore/C++.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore/C++.gitignore')
-rw-r--r--gitignore/C++.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/gitignore/C++.gitignore b/gitignore/C++.gitignore
new file mode 100644
index 0000000..259148f
--- /dev/null
+++ b/gitignore/C++.gitignore
@@ -0,0 +1,32 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app