]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commitdiff
Add .gitignore
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 3 Jun 2019 15:16:34 +0000 (18:16 +0300)
committerFlorian Schmidt <florian.schmidt@neclab.eu>
Tue, 4 Jun 2019 13:41:20 +0000 (15:41 +0200)
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Florian Schmidt <florian.schmidt@neclab.eu>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..75d2fd3
--- /dev/null
@@ -0,0 +1,27 @@
+*.depend
+*.o
+*.a
+*.d
+*.so
+*.orig
+*.rej
+*.bak
+*.swp
+*~
+,*
+\#*\#
+.\#*
+\#_*\#
+.\#_*
+!.gitignore
+.*
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+# cscope files
+cscope.*
+ncscope.*