forked from IBM/OpenJCEPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (35 loc) · 830 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###############################################################################
#
# Copyright IBM Corp. 2023
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
# in the file LICENSE in the source distribution.
#
###############################################################################
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Mac directory files.
*.DS_Store
# Maven Output Directory
/target
# VSCode configuration files.
.vscode
# Dynamically generated header files produced by the build
/src/main/native/com_ibm_crypto_plus_provider_ock_*.h
# Files generated by tests.
/0Test*.txt