Added Unit Testing Files to gitignore

This commit is contained in:
2020-01-16 12:26:56 +01:00
parent b1600aa3a9
commit 226ab26957

4
.gitignore vendored
View File

@@ -20,6 +20,10 @@ phony.c
# Testing Files # Testing Files
*.o *.o
*.qmake.stash *.qmake.stash
src/Makefile
src/moc_*
src/target_wrapper.sh
src/tst_unittest.moc
# Ignore User Files except for the pro file # Ignore User Files except for the pro file
IntelliPhoto.* IntelliPhoto.*