diff options
| author | realtradam <[email protected]> | 2023-01-04 01:13:13 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-04 01:13:13 -0500 |
| commit | be7143637ddf12ba1460a87932c964ab2de0af7b (patch) | |
| tree | 90b5d84863db00551f6a04c729f5265a9029ff8f /.gitignore | |
| download | TOJam2023-be7143637ddf12ba1460a87932c964ab2de0af7b.tar.gz TOJam2023-be7143637ddf12ba1460a87932c964ab2de0af7b.zip | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd379b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +[Bb]uild_[Dd]ir + +# CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +# 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 |
