This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DASCTEST-359 Fix .nfs pattern in standard .gitignore files
- Loading branch information
Matthew Webber
committed
Jun 20, 2016
1 parent
4fcdc84
commit 4dcd0b9
Showing
4 changed files
with
132 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,44 @@ | ||
# Ignores that are common to all Eclipse GDA plugin projects | ||
/@dot | ||
/@dot.log | ||
/bin | ||
/build.xml | ||
/javaCompiler...args | ||
|
||
# Ignores that are specific to this Eclipse project | ||
### Temporary files ### | ||
*.bak | ||
*.swp | ||
*.tmp | ||
*.*~ | ||
|
||
### Java ### | ||
*.class | ||
hs_err_pid* | ||
derby.log | ||
|
||
### Python / Jython ### | ||
__pycache__/ | ||
*.py[cod] | ||
jythonCache/ | ||
cachedir/ | ||
|
||
### Build output ### | ||
.springBeans | ||
/bin/ | ||
/classes/ | ||
/src/corba/ | ||
|
||
### JUnit testing ### | ||
/activemq-data | ||
/test-reports | ||
/test-scratch | ||
|
||
### Security files ### | ||
*.ppk | ||
*ssh.key | ||
id_rsa | ||
password | ||
passwords | ||
|
||
### Various OS, etc. files ### | ||
*.lnk | ||
.DS_Store | ||
[Dd]esktop.ini | ||
.nfs[0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]* | ||
.svn/ | ||
Thumbs.db | ||
$RECYCLE.BIN/ | ||
.Trash-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,44 @@ | ||
# Ignores that are common to all Eclipse GDA plugin projects | ||
/@dot | ||
/@dot.log | ||
/bin | ||
/build.xml | ||
/javaCompiler...args | ||
|
||
# Ignores that are specific to this Eclipse project | ||
### Temporary files ### | ||
*.bak | ||
*.swp | ||
*.tmp | ||
*.*~ | ||
|
||
### Java ### | ||
*.class | ||
hs_err_pid* | ||
derby.log | ||
|
||
### Python / Jython ### | ||
__pycache__/ | ||
*.py[cod] | ||
jythonCache/ | ||
cachedir/ | ||
|
||
### Build output ### | ||
.springBeans | ||
/bin/ | ||
/classes/ | ||
/src/corba/ | ||
|
||
### JUnit testing ### | ||
/activemq-data | ||
/test-reports | ||
/test-scratch | ||
|
||
### Security files ### | ||
*.ppk | ||
*ssh.key | ||
id_rsa | ||
password | ||
passwords | ||
|
||
### Various OS, etc. files ### | ||
*.lnk | ||
.DS_Store | ||
[Dd]esktop.ini | ||
.nfs[0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]* | ||
.svn/ | ||
Thumbs.db | ||
$RECYCLE.BIN/ | ||
.Trash-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,44 @@ | ||
# Ignores that are common to all Eclipse GDA plugin projects | ||
/@dot | ||
/@dot.log | ||
/bin | ||
/build.xml | ||
/javaCompiler...args | ||
|
||
# Ignores that are specific to this Eclipse project | ||
### Temporary files ### | ||
*.bak | ||
*.swp | ||
*.tmp | ||
*.*~ | ||
|
||
### Java ### | ||
*.class | ||
hs_err_pid* | ||
derby.log | ||
|
||
### Python / Jython ### | ||
__pycache__/ | ||
*.py[cod] | ||
jythonCache/ | ||
cachedir/ | ||
|
||
### Build output ### | ||
.springBeans | ||
/bin/ | ||
/classes/ | ||
/src/corba/ | ||
|
||
### JUnit testing ### | ||
/activemq-data | ||
/test-reports | ||
/test-scratch | ||
|
||
### Security files ### | ||
*.ppk | ||
*ssh.key | ||
id_rsa | ||
password | ||
passwords | ||
|
||
### Various OS, etc. files ### | ||
*.lnk | ||
.DS_Store | ||
[Dd]esktop.ini | ||
.nfs[0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]* | ||
.svn/ | ||
Thumbs.db | ||
$RECYCLE.BIN/ | ||
.Trash-* |