Skip to content

Commit

Permalink
Merge pull request #654 from keithc-ca/gitignore
Browse files Browse the repository at this point in the history
Remove useless patterns from .gitignore
  • Loading branch information
JasonFengJ9 committed May 8, 2023
2 parents c7da5e2 + c74ad8e commit 2071ecc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.
#
# IBM designates this particular file as subject to the "Classpath" exception
# IBM designates this particular file as subject to the "Classpath" exception
# as provided by IBM in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
Expand All @@ -17,22 +16,15 @@
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, see <http://www.gnu.org/licenses/>.
#
# ===========================================================================
#
# exclude build directories
/.build
# exclude all source directories
/omr
/openj9
/openssl
# exclude optional eclipse project file
/.project

# ignore derived artifacts created when configure option '--with-freetype-src' is used
/freetype.bat
/freetype.log

# openjdk gitignore
/build/
/dist/
Expand Down

0 comments on commit 2071ecc

Please sign in to comment.