[gitignore] ignore more files (#5518)

This commit ignore more files from git:
- C-Lion / IDEA project files
- Python bytecode in __pycache__
- PCAP files
This commit is contained in:
Simon Lin
2020-09-14 08:42:26 -07:00
committed by GitHub
parent dda81d8ef5
commit 31c7208ac8
+8
View File
@@ -11,6 +11,7 @@
*.ninja*
*.opendb
*.orig
*.pcap
*.pyc
*.suo
*.swn
@@ -58,3 +59,10 @@ third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4
third_party/nlbuild-autotools/repo/third_party/autoconf/missing
/tmp/
# C-Lion / IDEA files
.idea/**
cmake-build-*/**
# Python bytecodes
__pycache__