Meta: Add .gitignore

Adding .gitignore so we don't mistakenly push compiled stuff over
to the repo. Now also with ignored files for QtCreator.
This commit is contained in:
TheMorc 2021-03-04 23:21:12 +01:00
parent 4910df83f7
commit 5770821197
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
man/mlvwm._man
mlvwm/mlvwm
**/Makefile*
**/*.o
mlvwm.*