Commit Graph

19 Commits

Author SHA1 Message Date
Mike Pope 65e2398a54 Tighten gitignore around build files. 2022-05-01 12:49:10 +09:30
Mike Pope 823ae3be93 Stop ignoring all the build directory. 2022-05-01 12:44:54 +09:30
Sebastian Zhorel bbc7dd1422 Add Jekyll cache and build output to .gitignore 2019-12-27 21:14:35 +01:00
David Lewis ff42a124d3 Add Travis CI Build Status and YAML
Add ant-optional, Travis omits JUnit by default
    Add git ignore entry for MACOS .DS_Store files
    Add Travis CI yml file for testing builds

    https://travis-ci.org/FreeCol/freecol
2017-08-09 14:43:05 -07:00
Mike Pope f8f71898fa Ignore all manifest files. 2017-07-14 16:49:33 +09:30
Mike Pope 17b674c6d0 Consolidate the git ignore files. 2017-02-04 21:18:21 +10:30
Mike Pope fb36105b10 Git ignore fixes from Enrico Weigelt. 2017-02-02 17:58:57 +10:30
calebrw 20e6e917fe Cleanup gitignore
bin/ was erroneously added and could prevent improvements to the bash scripts
2016-10-07 23:26:50 -05:00
calebrw bb47f2b5ff Block further updates to freecol.iml for IntelliJ Idea users
This file may become too personalized past this point
2016-09-21 20:27:34 -05:00
calebrw 285a1611d2 Update the .gitignore file to contain a wider array of files.
Contains templates from .ignore v1.5
Written by Jakub Chrzanowski, et. al.
Available at https://github.com/hsz/idea-gitignore
Licensed under the The MIT License (MIT)
2016-09-02 22:39:34 -05:00
Sebastian Zhorel 464b9d6160 Update .gitignore to ignore metaserver jar 2015-07-23 11:58:29 +02:00
calebrw d76dc831a8 Initial website code cleanup. Files no longer required are removed.
All links in the base website are now relative, not absolute.

Adapted .gitignore to add .idea.
2015-07-01 02:48:37 -05:00
Bryce Harrington fc8b6198fd gitignore: Ignore test results file 2013-11-09 14:39:43 -08:00
Michael Vehrs ece987c8fa Ignore dist and diff directories. 2013-10-22 07:54:57 +02:00
Michael Vehrs 5b140565d8 Improve handling of founding fathers in generated documentation. 2013-03-08 07:12:04 +01:00
Michael Pope 663ecb6ce9 Add test/data/.gitignore so that test/data exists as required for SerializationTest to work. Ignore its contents. 2013-03-05 19:20:25 +10:30
Michael Vehrs 183dc7c924 Add generalized production element, step 1.
This commit adds a new generalized production element, which allows
for production types with several input and output goods, and also
subsumes the basic production and factory production features of
building types. The production element is added to tile types and
building types, but the original semantics are preserved as far as
possible. They will be replaced in subsequent commits.
2013-02-10 13:39:53 +01:00
Michael Vehrs 10324fe835 Add emacs autosave files. 2013-02-02 08:29:35 +01:00
Mike Pope 33a7201012 Add .gitignore.
Content copied from .cvsignore plus what git finds after running "ant test".
2011-08-19 11:03:49 +00:00