git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5957cda
)
git: ignore hidden files
author
Bruce Richardson
<bruce.richardson@intel.com>
Mon, 11 Mar 2019 10:57:31 +0000
(10:57 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 13 Mar 2019 10:55:53 +0000
(11:55 +0100)
Generally hidden files are hidden for good reason and we don't want to
track them in git. They can always be manually added to git tracking
individually if needed.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
eb3c237
..
39e00bd
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,3
+1,6
@@
+# ignore hidden files
+.*
+
# ignore generated documentation tables
doc/guides/nics/overview_table.txt
doc/guides/cryptodevs/overview_feature_table.txt