dotfiles/vcs/git/gitignore

56 lines
437 B
Plaintext
Raw Normal View History

2009-06-10 13:02:44 +10:00
*.bak
2009-10-19 15:25:35 +11:00
*.class
*.iml
*.ipr
*.iws
*.mode1v3
*.mode2v3
*.move1v3
2009-06-10 13:02:44 +10:00
*.off
*.old
2009-10-19 15:25:35 +11:00
*.out
*.pbxuser
*.perspective
*.perspectivev3
*.ser
*.swp
2010-11-24 17:22:30 +11:00
*.swo
2009-10-19 15:25:35 +11:00
*.xcodeproj/*.tm_build_errors
*~
*~.nib
2009-06-10 13:02:44 +10:00
.classpath
2009-10-19 15:25:35 +11:00
.CVS
.DS_Store
.hg*
.idea
2009-06-10 13:02:44 +10:00
.manager
2009-10-19 15:25:35 +11:00
.project
.settings
.svn
._*
2010-11-22 14:51:59 +11:00
.rvmrc
2010-06-29 21:43:47 +10:00
.rake_tasks
2010-11-22 14:51:59 +11:00
.redcar
2009-06-10 13:02:44 +10:00
build
2009-10-19 15:25:35 +11:00
build/*
derby.log
dist
log/*
2009-06-10 13:02:44 +10:00
null
2009-10-19 15:25:35 +11:00
pkg/*
profile
target
2010-11-22 14:51:59 +11:00
temp/*
2009-06-10 13:02:44 +10:00
test-output
2009-10-19 15:25:35 +11:00
Thumbs.db
tmp*
tmp/**/*
2010-12-06 13:05:17 +11:00
doc/tags
2011-06-20 03:29:58 +10:00
.bundle/*
.rbx/
2011-09-21 08:27:09 +10:00
.netrwhist
2012-08-28 04:30:01 +10:00
# emacs
.#*
\#*#