-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (29 loc) · 703 Bytes
/
.gitignore
File metadata and controls
38 lines (29 loc) · 703 Bytes
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
#Ignore backup files from some Unix editors,
*~
*.swp
*.bak
[#]*[#]
#Ignore any tar-balls prepared to upload to Galaxy Tool Shed
*.tar.gz
#Ignore patches and any original files created by patch command
*.diff
*.patch
*.orig
*.rej
#Ignore these hidden files from Mac OS X
.DS_Store
#Ignore hidden files from Dolphin window manager
.directory
#Ignore all compiled python files (e.g. from running the unit tests):
*.pyc
*.pyo
#Ignore all Jython class files (present if using Jython)
*.class
#Ignore planemo test output
tool_test_output.html
tool_test_output.json
#Ignore any NCBI BLAST taxonomy database present
taxdb.btd
taxdb.bti
#Ignore any log files (e.g. from running makeblastdb etc)
*.log