forked from vxl/vxl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (38 loc) · 798 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
43
44
45
46
47
48
49
50
51
contrib/brl/bseg/boxm2/pyscripts/*pyc
contrib/brl/bseg/bstm/pyscripts/*pyc
contrib/brl/bseg/bvxm/pyscripts/*pyc
contrib/brl/bseg/bvxm/pyscripts/*pyc
# Do not add ExternalData module staging files
.ExternalData*
# back-up files
*~
*.bak
# vim swp files
*.swp
## Ignore files that are used for auto_completion with clang
*.clang_complete
## YouCompleteMe vim plugin configuration file
.ycm_extra_conf.py
compile_commands.json
# KWStyle hook output
*.kws
# compiled python files
*.pyc
# Binary directory
BUILD*
build*
# qtcreator
CMakeLists.txt.user*
# kdevelop
*.kdev*
.kdev*
# VSCode
.vscode/settings.json
# back-up files when conflicts occur
*.orig
*.rej
# Clion editor internal project information
.idea
cmake-build-*/
# Exclude to keep j2k implementation separate from vxl
v3p/j2k/*