forked from molgenis/hadoop-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (29 loc) · 899 Bytes
/
.gitignore
File metadata and controls
37 lines (29 loc) · 899 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
# Ignores files in the main git directory unless explicitly mentioned.
# This so that files/archives created/added by the external files archive will not automatically be added,
# as well as tmp files that might be generated by unit testing (the current MRUnit temporary fix creates
# symlinks in the working directory to simulate distributed cache) and could appear in git when using it
# at the same time when unit tests are ran.
/*
!/.gitignore
!/README.md
!/ArchiveGenerator.sh
!/external_files.txt
!/*/
# Tools directory (is a separate download)
/hadoop-pipeline-tools/
# Class files
*.class
# Mac custom folder attributes
.DS_Store
# PyCharm project files
.idea
# Eclipse project settings folder
.settings/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*