# Ignore all
*

# Unignore all with extensions
!*.*

# Unignore all dirs
!*/

<<<<<<< HEAD
!Makefile
=======
# Unignore Makefiles, and TestPreferences
!Makefile
!TestPreferences
!*/3rdParty/Makefile
>>>>>>> dev

*.cub
*.o
*.so
*.so.*
*.a
moc_*
*.pb.*
*.lbl
*.img
<<<<<<< HEAD

!TestPreferences

print.prt

=======
*.kate-swp
>>>>>>> dev
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
*.moc
ui_*.h

<<<<<<< HEAD
*/3rdParty/*
!*/3rdParty/Makefile

*/inc/*

*/bin/*

*/lib/*

*/tsts/*/input/*
*/tsts/*/truth/*
*/tsts/*/output/*

=======
# ignore all files created by squish coco
*csmes

print.prt

*/3rdParty/*
*/inc/*
*/bin/*
*/lib/*
*/tsts/*/input/*
*/tsts/*/truth/*
*/tsts/*/output/*
>>>>>>> dev
