Saxum/extern/acgl/.gitignore

44 lines
383 B
Plaintext
Raw Permalink Normal View History

2014-10-20 15:31:26 +00:00
#
# 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