Kaydet (Commit) b17b413e authored tarafından Jaskaran Singh's avatar Jaskaran Singh Kaydeden (comit) Jaskaran singh

Add rules to gitignore

Rule for ctags: Sublime generated(or otherwise) ctags look like
sc/abc/xyz/tags. The present rule cannot look after tags which
are more than 1 directory deep. Hence this change.

Other rules added : Jetbrains Clion, cscope, sublime text specific

Change-Id: I1dbbe4904f3d15bbf198cd372591b464efb3896a
Reviewed-on: https://gerrit.libreoffice.org/31874Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJaskaran singh <jvsg1303@gmail.com>
üst 04a77bfa
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment