Michael Bayne
a4cef568b1
Use correct file name for local excludes.
2019-05-29 11:04:06 -07:00
Michael Bayne
87d99eb0d7
Revert addition of IDE file ignores.
...
Added a note to (hopefully) avoid this issue in the future.
2019-05-29 11:03:14 -07:00
e507802
4a63a0262c
make IT text files for IT tests checkout with correct line endings on windows (to create correct hash in DigestIT.java)
...
also hide project files of a modern IDE ;)
2019-05-29 16:03:56 +02:00
Michael Bayne
70e27095db
Ignore top-level target directory.
...
That is created during the release process.
2018-10-19 09:49:15 -07:00
Michael Bayne
712b06f8fb
Generate Build.java file with data from the build.
...
Currently includes build version and time, but additional build-time static
data can be easily added in the future.
2018-09-10 14:23:11 -07:00
Michael Bayne
31c8315c1f
Ignore target dirs in submodules.
2018-09-05 13:26:13 -07:00
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