forked from 128technology/protobuf_dissector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·42 lines (34 loc) · 908 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# This file is tracked by git for the slider repository, and thus
# should only contain ignore entries common to all slider developers.
# To ignore files specific to your local repository, for example files
# generated by your editor, add them to your repository exclude file
# (.git/info/exclude) or your global ~/.gitignore_global. For details
# see:
# https://help.github.com/articles/ignoring-files
#
# don't track gitreview
.gitreview
# Compiled or generated source #
################################
#
# all generated source will (or should) be in build|release directories
# and thus be ignored by the CMake ignore section below
# Source code browsing #
##################
.tags
.tags_sorted_by_file
tags
cscope.*
# MAC Stuff #
#################
*.fuse_hidden*
.DS_Store
._.DS_Store
# Editor-specific for ST/VI/Emacs #
###################################
*.sublime-*
*.sw*
*~
BROWSE
.idea