Add editor and tag file rules to .gitignore
Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com>
This commit is contained in:
parent
5934dcc17c
commit
1d016c4c81
|
|
@ -4,6 +4,16 @@
|
|||
#
|
||||
# The following files will be ignored by git.
|
||||
|
||||
# Normal editor rules
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Top level generic files
|
||||
tags
|
||||
TAGS
|
||||
cscope.*
|
||||
*.patch
|
||||
|
||||
# Object files and libraries
|
||||
*.[oa]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue