diff options
author | Tobias Frust <tobiasfrust@gmail.com> | 2016-06-29 14:15:01 +0200 |
---|---|---|
committer | Tobias Frust <tobiasfrust@gmail.com> | 2016-06-29 14:15:01 +0200 |
commit | 19d948b91a31f8241a42d149b1740b44d2346c69 (patch) | |
tree | 1f0d154d61354dbac235af191744699b4ca1b34d /.gitignore | |
download | ods-19d948b91a31f8241a42d149b1740b44d2346c69.tar.gz ods-19d948b91a31f8241a42d149b1740b44d2346c69.tar.bz2 ods-19d948b91a31f8241a42d149b1740b44d2346c69.tar.xz ods-19d948b91a31f8241a42d149b1740b44d2346c69.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 |