Added clang_complete and tags.r2 to .gitignore

This commit is contained in:
Aaron McDaniel 2018-05-30 15:32:13 -05:00 committed by radare
parent a37bdd37c3
commit 086d1ac97e

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
clang-log/ clang-log/
.clang-format .clang-format
.clang_complete
.tmp-format .tmp-format
.#* .#*
*._d *._d
@ -99,6 +100,7 @@ r2-static/*
binr/rasign2/rasign2 binr/rasign2/rasign2
binr/rasign2/rasign2.exe binr/rasign2/rasign2.exe
compile_commands.json compile_commands.json
libr/flag/d/tags.r2
# CLion # CLion
.idea/ .idea/
CMakeLists.txt CMakeLists.txt