Repository: ant Updated Branches: refs/heads/master 1ae680978 -> 7bc975931
ignore downloaded license Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/1327e07c Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/1327e07c Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/1327e07c Branch: refs/heads/master Commit: 1327e07cddd5c4a63b71fdb955388b670788a4a7 Parents: 1ae6809 Author: YOUR NAME <[email protected]> Authored: Sat Apr 18 22:53:06 2015 +0200 Committer: YOUR NAME <[email protected]> Committed: Sat Apr 18 22:53:06 2015 +0200 ---------------------------------------------------------------------- .gitignore | 57 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/1327e07c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 89927f7..5394891 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,29 @@ -*.el -*.ipr -*.iws -*.pif -.ant.properties -.classpath -.project -.settings -bin -apache-ant-1.* -bootstrap -build -dist -distribution -java-repository -patch.tar.gz -patch.txt -target -velocity.log* -lib/optional/*.jar -src/tests/antunit/core/output -.idea -*.iml -/src/GPATH -/src/GRTAGS -/src/GSYMS -/src/GTAGS -/log.xml +*.el +*.ipr +*.iws +*.pif +.ant.properties +.classpath +.project +.settings +bin +apache-ant-1.* +bootstrap +build +dist +distribution +java-repository +patch.tar.gz +patch.txt +target +velocity.log* +lib/optional/*.jar +src/tests/antunit/core/output +.idea +*.iml +/src/GPATH +/src/GRTAGS +/src/GSYMS +/src/GTAGS +/log.xml +lib/optional/license.txt
