diff options
| author | Ömer Fadıl Usta <[email protected]> | 2021-05-09 18:02:20 +0000 |
|---|---|---|
| committer | Ömer Fadıl Usta <[email protected]> | 2021-05-09 18:02:20 +0000 |
| commit | 34b898e9956e8248ae263779c581998dea719838 (patch) | |
| tree | 3edc273fb126ec5a6e5b56f80907f666a6163063 /.gitignore | |
| parent | f9e3d9c8a0b8067e23b24e0b5acaa0b766f0afae (diff) | |
Update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 6c1df4de4..4ad955533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,31 @@ +# Ignore the following files +.vscode +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile +avail +random_seed +/build*/ +CMakeLists.txt.user* +.clang-format +/compile_commands.json +.clangd +.idea +/cmake-build* +.cache apidocs doxygen.log -CMakeLists.txt.user .directory -*.kdev4 -/build*/ .cmake/ |
