diff options
-rw-r--r-- | .gitignore | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 1e505d60e91c..d3be78c22445 100644 --- a/.gitignore +++ b/.gitignore @@ -70,7 +70,8 @@ # make tags -/tags +**/tags +**/.tags* # make etags /TAGS @@ -159,4 +160,14 @@ DerivedData /.codelite *.workspace *.workspace.session -*.tags
\ No newline at end of file +*.tags + +# JetBrains Clion Specific +.idea + +# Cscope +*.out + +# Sublime Specific +*.sublime-project +*.sublime-workspace |