ba5cf1b78c
My application had a folder named "tags" as part of its business rules and because of this it got ignored. I believe upadting this section according to the very link in the comment above should fix it. (not ignoring `tags/` folder).
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# OSX taken from: https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
|
|
# ----------------------------------------------------------------------------------------------
|
|
.DS_Store
|
|
# Thumbnails
|
|
._*
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Windows taken from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
|
|
# ----------------------------------------------------------------------------------------------
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Tags taken from: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
|
|
# ----------------------------------------------------------------------------------------------
|
|
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
|
TAGS
|
|
!TAGS/
|
|
tags
|
|
!tags/
|
|
gtags.files
|
|
GTAGS
|
|
GRTAGS
|
|
GPATH
|
|
cscope.files
|
|
cscope.out
|
|
cscope.in.out
|
|
cscope.po.out
|
|
|
|
# Vim taken from: https://github.com/github/gitignore/blob/master/Global/vim.gitignore
|
|
# ----------------------------------------------------------------------------------------------
|
|
.*.sw[a-z]
|
|
*.un~
|
|
Session.vim
|
|
|
|
# SASS
|
|
# ----------------------------------------------------------------------------------------------
|
|
.sass-cache
|