diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2018-11-12 19:42:16 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2018-11-12 19:42:16 +0000 |
commit | 63c233987977aa48b701edeb47079a6153359fbe (patch) | |
tree | eea9f6671fc020c4349ab7f817a8f729f5dc0bfd /.gitignore | |
download | tdebluez-63c233987977aa48b701edeb47079a6153359fbe.tar.gz tdebluez-63c233987977aa48b701edeb47079a6153359fbe.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33c24bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# ---> C++ +# 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 + +# ---> CMake +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake + |