Skip to content

Commit e5710ae

Browse files
committed
Added gitignore file.
1 parent 8ee10d9 commit e5710ae

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.*
2+
*~
3+
*.orig
4+
*.diff
5+
diff
6+
*.save
7+
*.old
8+
*.bak
9+
.*.swp
10+
*.out
11+
*.pyc
12+
*.log
13+
*.mo
14+
*.msm
15+
*.wixobj
16+
*.wixpdb
17+
*.msi
18+
*.pdb
19+
installer/files/*
20+
user-config.py
21+
build
22+
tags

0 commit comments

Comments
 (0)