]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - .gitignore
ss: Remove useless width specifier in process context print
[mirror_iproute2.git] / .gitignore
index e33227f43265d33cb36a58b89fe29f07b529011f..f8c3dfca840c21ed3a3129c143c00c790460c0e1 100644 (file)
@@ -1,6 +1,51 @@
-static-syms.h
+# locally generated
 Config
+static-syms.h
+config.*
 *.o
 *.a
 *.so
 *~
+\#*#
+
+# cscope
+cscope.*
+ncscope.*
+tags
+TAGS
+
+# git files that we don't want to ignore even it they are dot-files
+!.gitignore
+!.mailmap
+
+# for patch generation
+*.diff
+*.patch
+*.orig
+*.rej
+
+# for quilt
+.pc
+patches
+series
+
+# for gdb
+.gdbinit
+.gdb_history
+*.gdb
+
+# tests
+testsuite/results
+testsuite/iproute2/iproute2-this
+testsuite/tools/generate_nlmsg
+testsuite/tests/ip/link/dev_wo_vf_rate.nl
+
+# doc files generated at runtime
+doc/*.aux
+doc/*.log
+doc/*.toc
+doc/*.ps
+doc/*.dvi
+doc/*.html
+doc/*.pdf
+doc/*.out