-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (97 loc) · 1.82 KB
/
.gitignore
File metadata and controls
111 lines (97 loc) · 1.82 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*.class
*.jar
*.swp
*.bak
*.ent
*.versionsBackup
dependency-reduced-pom.xml
asm-9.7.jar
google-java-format-1.22.0-all-deps.jar
cody_history.xml
target/
.DS_Store
.gradle/
.java-version
build/
bin/
# But allow Perl bin scripts
!src/main/perl/bin/
gradle/*
!gradle/libs.versions.toml
gradlew
gradlew.bat
.idea/
*.iml
*.iws
*.ipr
out/
src/test/_Deparsed_XSubs.pm
# Ignore Perl test suite files
perl5/
# Ignore the t/ directory (Perl test suite copied from perl5/t/)
# These should be synced from perl5 repo, not committed here
t/
# But allow bundled module test directories
!src/test/resources/module/*/t/
# Ignore perl5_t/ directory (module tests from perl5/lib/*.t)
# These are synced from perl5 repo via sync.pl, not committed here
perl5_t/
# Ignore temporary analysis and debug files
*_failures.txt
debug_*.pl
test_*.pl
*_copy.t
*.tmp
test_*.tmp
pack_test_*.log
*.log
make_repro_asm.log
out.json
test_results.json
cpan_smoke_*
logs/
.perlonjava_env_ready
*.diff
*.patch
# But allow patch files in import-perl5/patches/
!dev/import-perl5/patches/*.patch
skip_control_flow.t
dev/design/CONTROL_FLOW_FIX_RESULTS.md
dev/prompts/CONTROL_FLOW_FIX_INSTRUCTIONS.md
# Ignore test artifact files (numbered .txt and .pod files)
[0-9][0-9][0-9][0-9][0-9][0-9].txt
[0-9][0-9][0-9][0-9][0-9].pod
# Ignore top-level .md files except the existing ones
/*.md
!LICENSE.md
!MILESTONES.md
!README.md
!QUICKSTART.md
!CONTRIBUTING.md
!AGENTS.md
!SECURITY.md
!AI_POLICY.md
test_*.log
test_*.json
t.pl
test_yaml_0yml
# Ignore some Perl modules we are testing
Image-ExifTool-*
/.err
/.out
/.windsurf/
/.cognition/
# Ignore xxx/ directory (temporary module staging area)
xxx/
cpan_build_dir/
*.jfr
report.txt
exiftool_results.json
# Ignore stray temp/test artifacts
bad???
bad????
test-*.html
# Ignore generated lib/ directory at top level
/lib/
# Ignore heap dumps
*.hprof