Skip to content

Commit 8b52876

Browse files
committed
Add .gitignore
1 parent d9c073e commit 8b52876

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.bak
2+
*.old
3+
*.tmp
4+
*.tar.gz
5+
*.rej
6+
*.orig
7+
*~
8+
/Build
9+
/Build.bat
10+
/Makefile
11+
/_build
12+
/blib
13+
/cover_db
14+
/pm_to_blib
15+
/PM_to_blib
16+
/MYMETA.yml
17+
/*.tar.gz

0 commit comments

Comments
 (0)