Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
DASCTEST-359 Fix .nfs pattern in standard .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Webber committed Jun 20, 2016
1 parent 4fcdc84 commit 4dcd0b9
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

52 changes: 44 additions & 8 deletions org.dawb.passerelle.actors.tango/.gitignore
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-*
52 changes: 44 additions & 8 deletions org.dawb.tango.extensions/.gitignore
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-*
52 changes: 44 additions & 8 deletions org.dawb.tango.server.workflow/.gitignore
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-*

0 comments on commit 4dcd0b9

Please sign in to comment.