added ignore file

This commit is contained in:
Steffen Vogel 2011-04-25 22:03:53 +02:00
parent 90827feec3
commit 8417a42feb
2 changed files with 11 additions and 4 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.o
*.a
*.d
moc_*.cpp
*~ core *.core

View File

@ -12,9 +12,11 @@ HEADERS += src/ImageController.h \
src/ImageViewer.h \
src/EdgeDetector.h \
src/Matrix3x3.h
SOURCES += src/ImageController.cpp \
SOURCES += src/EdgeDetector.cpp \
src/ImageController.cpp \
src/ImageViewer.cpp \
src/EdgeDetector.cpp \
src/Matrix3x3.cpp \
src/main.cpp \
src/Matrix3x3.cpp
FORMS = src/ImageController.ui
src/EdgeDetector.cpp \
FORMS = src/ImageController.ui \
src/ImageController.ui