Skip to content

Commit

Permalink
.gitignore - Add .ant-targets-build.xml file to gitignore.
Browse files Browse the repository at this point in the history
I see that an ".ant-targets-build.xml" file was occasionally committed in 3c3cf99 in 7.0.x branch. I think that it does not belong to the source code and that it is better to ignore this file.

By the way, ".ant-targets-build.xml" was a plain text file and not a valid XML one.
  • Loading branch information
Konstantin Kolinko committed Nov 23, 2019
1 parent 76ab416 commit b2e3596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ output
work
build.properties
mvn.properties
.ant-targets-build.xml
.checkstyle
.classpath
.fbprefs
Expand Down

0 comments on commit b2e3596

Please sign in to comment.