Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
c2bfbc9c
Commit
c2bfbc9c
authored
Aug 04, 2011
by
Robert Menzel
Browse files
updated ignore file (cmake and other temp files)
parent
99aff2cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c2bfbc9c
#
# 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
# temp files:
#
# build files
#
build/*
*.o
#
# temp cmake files:
#
cmake_install.cmake
CMakeCache.txt
CMakeFiles
Makefile
*.cbp
#
# OS specific temp files:
#
*~
.directory
.DS_Store
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment