I'm forced to create some folders with tildes in their name. Like, ~144455502343~
. I cannot check these into git.
This answer came up, but it does nothing. I'm on a Mac so the NTFS thing shouldn't affect me.
I'm using git version 2.11.0
Unable to add files with name containing tilde, '~' followed by a number
Anyone know what to do to check in folders containing tildes?
// edit
I mean I cannot add them. The folders are ignored completely. They are not in my .gitignore
but they also do not show up when doing git status
, git add \~144455502343\~
.
// edit
Looking for the spot where this is ignored.
The following paths are ignored by one of your .gitignore files:
git-worktree
Use -f if you really want to add them.` (StackOverflow will eat the line breaks here, so I replaced them with `
` for display) – torek May 23 '17 at 08:38