forked from mate-desktop/mate-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX mate-desktop#1448 gitignore was missing
IGNORE build files FIX some ignores had mate-panel/ prefixed still fixes mate-desktop#1448
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mate-submodules
updated
17 files
+5 −1 | .build.yml | |
+28 −0 | .github/ISSUE_TEMPLATE/mate-issue-template.md | |
+4 −4 | .travis.yml | |
+481 −0 | COPYING.LIB | |
+2 −0 | Makefile.am | |
+9 −23 | configure.ac | |
+1 −1 | libegg/Makefile.am | |
+25 −16 | libegg/eggdesktopfile.c | |
+1 −0 | libegg/eggdesktopfile.h | |
+1 −0 | libegg/eggsmclient-private.h | |
+20 −13 | libegg/eggsmclient-xsmp.c | |
+1 −0 | libegg/eggsmclient.c | |
+1 −0 | libegg/eggsmclient.h | |
+1 −0 | libegg/eggtreemultidnd.c | |
+1 −0 | libegg/eggtreemultidnd.h | |
+25 −0 | libegg/meson.build | |
+146 −0 | meson.build |