Skip to content

Commit 80661c7

Browse files
authored
Update .gitignore file (sonic-net#86)
- Add entries to ignore files generated when building Python 2 and 3 wheel packages of the daemons - Ignore 'thermalctldc' file - Organize alphabetically
1 parent 0231b49 commit 80661c7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
*/deb_dist/
2-
*/dist/
1+
*.pyc
2+
*/*.egg-info/
33
*/*.tar.gz
4-
*/*.egg-info
54
*/.cache/
6-
*.pyc
5+
*/.eggs/
76
*/__pycache__/
7+
*/build/
8+
*/deb_dist/
9+
*/dist/
10+
11+
# Compiled code which doesn't end in '.pyc'
12+
sonic-thermalctld/scripts/thermalctldc

0 commit comments

Comments
 (0)