aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/.gitignore
AgeCommit message (Collapse)Author
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
A leading / in paths in a .gitignore file matches the beginning of the path, meaning that for patterns without slashes, git will match files only in the current directory as opposed to in any subdirectory. Prefix relevant paths with / in .gitignore files, to prevent accidentally ignoring files in subdirectories and possibly slightly improve the performance of "git status".
2015-01-01bindings/ruby: gitignore *.oDavid Bremner
2011-02-03ruby: Add generated files to .gitignoreAli Polatel