diff options
author | polymath <arianitkukaj@gmail.com> | 2024-10-06 20:07:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-06 20:07:34 +0000 |
commit | 5227bfc038ae1a986e1c5c83a3b461c5bb6342ce (patch) | |
tree | d0510236920c2063e83a3bfc624d7bcf7fca5633 /.gitignore | |
download | xmpp_bot-5227bfc038ae1a986e1c5c83a3b461c5bb6342ce.tar.gz xmpp_bot-5227bfc038ae1a986e1c5c83a3b461c5bb6342ce.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6127b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf |