summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-01-12 13:42:24 +0100
committerGitHub <noreply@github.com>2021-01-12 13:42:24 +0100
commit96453cb3d17c50503f99322edd187f72787b7662 (patch)
treefc90229513fe788747316a01bb481ce43acdfa7c
parent3992face1ede1ac8da081dfff4f2aa14ab1facce (diff)
Create .gitignore
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..259148f
--- /dev/null
+++ b/.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