Skip to content

Commit

Permalink
STYLE: Ignore configuraiton files for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Nov 30, 2018
1 parent f6e20c3 commit f98b5f5
Showing 1 changed file with 51 additions and 48 deletions.
99 changes: 51 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,48 +1,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*

# 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/*
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/*

0 comments on commit f98b5f5

Please sign in to comment.