diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2015-10-10 01:46:43 +0300 |
---|---|---|
committer | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2015-10-10 01:46:43 +0300 |
commit | 571514976097951a087ccd05086c4bc99a9af23c (patch) | |
tree | 8cc91f33ecb6cfc27baf0039bcd903e9b5dadf61 /.gitignore | |
download | libADLMIDI-571514976097951a087ccd05086c4bc99a9af23c.tar.gz libADLMIDI-571514976097951a087ccd05086c4bc99a9af23c.tar.bz2 libADLMIDI-571514976097951a087ccd05086c4bc99a9af23c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8bd026 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |