Skip to content

Commit 2b1b867

Browse files
committed
.gitignore: Sync with avocado's .gitignore
Signed-off-by: Lukáš Doktor <[email protected]>
1 parent 73c7111 commit 2b1b867

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
.project
2+
.pydevproject
3+
.settings
4+
.coverage
5+
.idea/*
6+
coverage.xml
7+
xunit.xml
8+
tmp/*
9+
logs/*
110
*.pyc
11+
*~
12+
tags
13+
cscope.*
14+
build
15+
sysinfo-*
16+
MANIFEST
17+
dist

0 commit comments

Comments
 (0)