1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-24 14:43:51 +03:00

Let git ignore files we expect to be generated during the build.

This commit is contained in:
Maarten ter Huurne 2010-06-17 18:45:52 +02:00
parent 8b0f382db0
commit 1bead23082
2 changed files with 21 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Project rules
*.o
# Top-level rules
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/config.log
/config.status
/configure
/depcomp
/install-sh
/missing
# src/.deps/
# src/Makefile
# src/Makefile.in

4
src/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.deps/
/Makefile
/Makefile.in
/gmenu2x