Skip to content

Commit feccb1d

Browse files
Added .gitignore
1 parent baa2f15 commit feccb1d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore miscellaneous files
2+
cscope.*
3+
*.swp
4+
*.o*
5+
#Ignore build directory
6+
build/
7+
#Ignore kvm framework
8+
mem_test/kvm-unit-tests

0 commit comments

Comments
 (0)