This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-21 18:38:08 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2355ff274d
notmuch
/
bindings
/
ruby
/
.gitignore
8 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
ruby: Add generated files to .gitignore
2011-02-03 00:40:38 +01:00
# .gitignore for bindings/ruby
# Generated files
Use rooted paths in .gitignore files 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".
2017-08-17 02:41:10 +02:00
/Makefile
/mkmf.log
/notmuch.so
bindings/ruby: gitignore *.o
2015-01-01 13:16:38 +01:00
*.o
Reference in a new issue
Copy permalink