diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 14:34:47 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 14:34:47 +0200 |
commit | 68ea2f72cfe6a9b34212ced97882e488c73c8f1d (patch) | |
tree | 1d82544aeec7e39301ddb3c1b57ca7c797a5a7e7 /.gitignore | |
download | VeraCrypt-DCS-68ea2f72cfe6a9b34212ced97882e488c73c8f1d.tar.gz VeraCrypt-DCS-68ea2f72cfe6a9b34212ced97882e488c73c8f1d.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4581ef2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# 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 |