aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2020-06-22 23:49:17 +0300
committerGitHub <noreply@github.com>2020-06-22 23:49:17 +0300
commit378a80eaeb4107662f9df2faf442c54c2bb88b1e (patch)
treecb56cdccea77954f294fbbf71bbc71495023cdef /.gitignore
downloadRemiHap-378a80eaeb4107662f9df2faf442c54c2bb88b1e.tar
RemiHap-378a80eaeb4107662f9df2faf442c54c2bb88b1e.tar.gz
RemiHap-378a80eaeb4107662f9df2faf442c54c2bb88b1e.zip
Initial commit
Diffstat (limited to '.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