projects
/
platform
/
core
/
system
/
faultd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ab2f4
)
Add .gitignore
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Mon, 8 May 2017 20:49:16 +0000
(22:49 +0200)
committer
Krzysztof Opasiak
<k.opasiak@samsung.com>
Tue, 9 May 2017 11:40:23 +0000
(13:40 +0200)
[Add also .orig files as ignored]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
8e4749b
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,13
@@
+*.o
+*.orig
+.deps/
+.libs/
+Makefile
+Makefile.in
+/aclocal.m4
+/autom4te.cache
+/build-aux
+/config.*
+/configure
+/libtool
+/stamp-h1