-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy path.gitignore
47 lines (42 loc) · 802 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
# Build folders
HTSeq.egg-info
build/
dist/
wheelhouse/
.eggs/
# Symlink for Python2/3 compatibility
src
HTSeq
doc
scripts
test
# Data and machine-generated
python2/HTSeq/StepVector.py
python2/HTSeq/_version.py
python2/HTSeq/__pycache__/
python2/src/_HTSeq.c
python2/src/StepVector_wrap.cxx
python3/HTSeq/StepVector.py
python3/HTSeq/_version.py
python3/HTSeq/__pycache__/
python3/src/_HTSeq.c
python3/src/StepVector_wrap.cxx
example_data/minus.wig
example_data/plus.wig
example_data/region.bam
example_data/test.fa
example_data/test.fq
*/*.bak
### https://raw.github.com/github/gitignore/160d27e2bebf784c4f4a1e070df057f3868b62bc/Global/Vim.gitignore
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags