#Ignore all the files generated by netbeans
/nbproject/
server

#Ignore all the files generated by the makefile for Qt
/moc_*.h
/moc_*.cpp

#Ignore all the 'useless' documentation generated by doxygen
/docs/*
#except the pdf documentation !
!refman.pdf

#And the latex report
/docs/**
!/docs/report/main.pdf

#Ignore the binary of the project
#The binary at the root
#But also the binaries created for the test
build/
build*/

#Ignore all the files generated during compilling : 
# - The object files
# - The moc files
# - The compiled ressource file
.obj/
.moc/
.rcc/
*.pro.user
*.pro.user.*
.qmake.stash

#Ignore the makefiles
#Don't need them since there are the .pro files
#to generate the makefiles
Makefile

#Ignore the save files
*.dat

#Ignore latex temp files
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc*
*.mtc1
*.out
*.synctex.gz
