diff options
| author | Jens Rehsack <rehsack@gmail.com> | 2015-10-15 13:54:04 +0200 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-10-15 10:32:00 -0300 | 
| commit | fd9529fb70fb9621e2563427e1ba7b8a504b6fd0 (patch) | |
| tree | 69dcd085b8486133cc892021202daf6e754ab310 | |
| parent | b331dec1d8c18e48b39b3c9e5d0c547e066f1d15 (diff) | |
| download | meta-java-fd9529fb70fb9621e2563427e1ba7b8a504b6fd0.tar.gz | |
meta-java: avoid garbadge files making noise when gitting around :)
Adding a .gitignore file ignoring the typical noise when applying patches,
working with common editors and so on. Based on .gitignore of meta-openembedded.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | .gitignore | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..51a512c --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | *.bak | ||
| 2 | *.orig | ||
| 3 | *.rej | ||
| 4 | *.swp | ||
