44 lines
383 B
Plaintext
44 lines
383 B
Plaintext
|
#
|
||
|
# files and filetypes that should get ignored by git should get added here
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# libraries:
|
||
|
#
|
||
|
lib/*
|
||
|
|
||
|
#
|
||
|
# binaries:
|
||
|
# (add project specific filenames here)
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# IDE files:
|
||
|
# QT creator:
|
||
|
#
|
||
|
*.user
|
||
|
|
||
|
#
|
||
|
# build files
|
||
|
#
|
||
|
build/*
|
||
|
*.o
|
||
|
|
||
|
#
|
||
|
# temp cmake files:
|
||
|
#
|
||
|
cmake_install.cmake
|
||
|
CMakeCache.txt
|
||
|
CMakeFiles
|
||
|
Makefile
|
||
|
*.cbp
|
||
|
|
||
|
#
|
||
|
# OS specific temp files:
|
||
|
#
|
||
|
*~
|
||
|
.directory
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|