aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2018-11-09 09:22:44 +0000
committerGitHub <noreply@github.com>2018-11-09 09:22:44 +0000
commitbde320b30c7e10d2186733ebc9c9646fbb2806cc (patch)
treedfcb20a08db2bd7687808be119d3220834de2b2f /.gitignore
downloadcfe-extra-bde320b30c7e10d2186733ebc9c9646fbb2806cc.tar.gz
cfe-extra-bde320b30c7e10d2186733ebc9c9646fbb2806cc.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