summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2015-10-15 13:54:04 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-15 10:32:00 -0300
commitfd9529fb70fb9621e2563427e1ba7b8a504b6fd0 (patch)
tree69dcd085b8486133cc892021202daf6e754ab310
parentb331dec1d8c18e48b39b3c9e5d0c547e066f1d15 (diff)
downloadmeta-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--.gitignore4
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