diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ # git ls-files --others --exclude-from=.git/info/exclude *~ +*_ \#* -.pc +*.\#* +*.tmp +*_tmp *.gem *.gemspec -*.qi -*.qi.rb +*_.rb +*.rb_ +.pc +0???-*.patch |