diff options
| author | Jason Maskell <[email protected]> | 2016-05-09 10:33:32 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-09 10:33:32 +0200 |
| commit | ae17f56a79c5c2d4cd244a79a514ad03aaf1588a (patch) | |
| tree | 608a244ab14d11122c9f44227ad223d7a1e544da | |
| download | waveworks_archive-ae17f56a79c5c2d4cd244a79a514ad03aaf1588a.tar.xz waveworks_archive-ae17f56a79c5c2d4cd244a79a514ad03aaf1588a.zip | |
Initial commit
| -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 |