diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e271cc019..170ef3697 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +build*/ nbproject/ ipch/ Win32/ @@ -122,3 +123,6 @@ build-cuberite # clang-tidy tidy-build run-clang-tidy.py + +# ctags output +tags |