diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2018-11-07 12:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 12:17:37 +0000 |
commit | 69d60d0329081eb147f6bfbfe4941500676a1a1c (patch) | |
tree | 3cfc5a2967a2c44979e202e604c2d937d47c9f3a /.gitignore | |
download | cgrep-69d60d0329081eb147f6bfbfe4941500676a1a1c.tar.gz cgrep-69d60d0329081eb147f6bfbfe4941500676a1a1c.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 32 |
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 |