aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2018-11-07 12:17:37 +0000
committerGitHub <noreply@github.com>2018-11-07 12:17:37 +0000
commit69d60d0329081eb147f6bfbfe4941500676a1a1c (patch)
tree3cfc5a2967a2c44979e202e604c2d937d47c9f3a /.gitignore
downloadcgrep-69d60d0329081eb147f6bfbfe4941500676a1a1c.tar.gz
cgrep-69d60d0329081eb147f6bfbfe4941500676a1a1c.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