Commit Graph

5 Commits

Author SHA1 Message Date
Michael Bayne 173986c8be Only ignore things created by this project's standard build.
If you use an IDE that generates random cruft in the project directory,
create your own global .gitignore:

http://stackoverflow.com/questions/7335420/global-git-ignore
2016-12-22 08:13:46 -08:00
mjothy 74442ec5c6 iml dans gitignore 2016-08-10 11:22:45 +02:00
Michael Bayne 9fc06c1fcb Remove Eclipse metafile ignores.
IDE users should ignore metafiles for their preferred IDE once in their own
global .gitignore instead of burdening every project in the Universe with
ignore directives.

Create ~/.gitconfig, add to it:

[core]
  excludesfile = ~/.gitignore

Create ~/.gitignore, add to it:

/.classpath
/.project
/.settings/
2015-06-23 07:17:22 -07:00
Stephen Neal 15379722e8 Change version to minor iteration (to avoid clash with parent) and ignore Eclipse project files 2015-06-22 13:28:11 +09:30
phildin 3c32a119e8 Added option to hide decorations with ui.hide_decorations 2015-04-09 17:50:57 +01:00