2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 23:35:36 +00:00

Do not ignore .mo files.

Otherwise we are likely to miss uncommitted changes in them.
This commit is contained in:
Todd C. Miller
2023-02-14 09:51:34 -07:00
parent f1b07aed47
commit 5eed6adb6f
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@
**/*.l[ao] **/*.l[ao]
**/*.lai **/*.lai
**/*.map **/*.map
**/*.mo
**/*.o **/*.o
**/*.plog **/*.plog

View File

@@ -3,7 +3,6 @@
\.l[ao]$ \.l[ao]$
\.lai$ \.lai$
\.map$ \.map$
\.mo$
\.o$ \.o$
\.plog$ \.plog$