0
|
1 syntax:glob
|
|
2
|
|
3 # Created by https://www.gitignore.io/api/perl
|
|
4 # Edit at https://www.gitignore.io/?templates=perl
|
|
5
|
|
6 ### Perl ###
|
|
7 !Build/
|
|
8 .last_cover_stats
|
|
9 /META.yml
|
|
10 /META.json
|
|
11 /MYMETA.*
|
|
12 *.o
|
|
13 *.pm.tdy
|
|
14 *.bs
|
|
15
|
|
16 # Devel::Cover
|
|
17 cover_db/
|
|
18
|
|
19 # Devel::NYTProf
|
|
20 nytprof.out
|
|
21
|
|
22 # Dizt::Zilla
|
|
23 /.build/
|
|
24
|
|
25 # Module::Build
|
|
26 _build/
|
|
27 Build
|
|
28 Build.bat
|
|
29
|
|
30 # Module::Install
|
|
31 inc/
|
|
32
|
|
33 # ExtUtils::MakeMaker
|
|
34 /blib/
|
|
35 /_eumm/
|
|
36 /*.gz
|
|
37 /Makefile
|
|
38 /Makefile.old
|
|
39 /MANIFEST.bak
|
|
40 /pm_to_blib
|
|
41 /*.zip
|
|
42
|
|
43 # End of https://www.gitignore.io/api/perl
|
|
44 syntax:glob
|
|
45
|
|
46 # Created by https://www.gitignore.io/api/cmake
|
|
47 # Edit at https://www.gitignore.io/?templates=cmake
|
|
48
|
|
49 ### CMake ###
|
|
50 CMakeLists.txt.user
|
|
51 CMakeCache.txt
|
|
52 CMakeFiles
|
|
53 CMakeScripts
|
|
54 Testing
|
|
55 Makefile
|
|
56 cmake_install.cmake
|
|
57 install_manifest.txt
|
|
58 compile_commands.json
|
|
59 CTestTestfile.cmake
|
|
60 _deps
|
|
61
|
|
62 ### CMake Patch ###
|
|
63 # External projects
|
|
64 *-prefix/
|
|
65
|
|
66 # End of https://www.gitignore.io/api/cmake
|