-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
48 lines (37 loc) · 958 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
46
47
48
###############################################################################
#
# Copyright IBM Corp. 2023
#
# This code is free software; you can redistribute it and/or modify it
# under the terms provided by IBM in the LICENSE file that accompanied
# this code, including the "Classpath" Exception described therein.
###############################################################################
# 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
# Allow tracked changes for configuration file used by the
# clang-format tool for formatting C code.
!.clang-format