Skip to content

Commit f33d20a

Browse files
author
Xiubo Li
committedFeb 13, 2017
.gitignore: Ignore *.swp *.patch and ncscope.*
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
1 parent 5934dca commit f33d20a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ tcmu-synthesizer
33
consumer
44
*.o
55
*.a
6+
*.swp
7+
*.patch
68
handler_*.so
79
libtcmu.so*
810
*generated.[ch]
@@ -13,3 +15,4 @@ CMakeFiles/*
1315
cmake_install.cmake
1416
install_manifest.txt
1517
cscope.*
18+
ncscope.*

0 commit comments

Comments
 (0)
Please sign in to comment.