ci: add .gitignore
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Carton
|
||||||
|
local/
|
||||||
|
|
||||||
|
# Perl build artifacts
|
||||||
|
blib/
|
||||||
|
pm_to_blib
|
||||||
|
MYMETA.*
|
||||||
|
Makefile
|
||||||
|
Makefile.old
|
||||||
|
Build
|
||||||
|
Build.bat
|
||||||
|
|
||||||
|
# Test / coverage
|
||||||
|
.coverage/
|
||||||
|
nytprof.out
|
||||||
|
|
||||||
|
# Editor / OS junk
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user