2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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]
**/*.lai
**/*.map
**/*.mo
**/*.o
**/*.plog

View File

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