Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ACGL
acgl
Commits
c2bfbc9c
Commit
c2bfbc9c
authored
Aug 04, 2011
by
Robert Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated ignore file (cmake and other temp files)
parent
99aff2cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
.gitignore
.gitignore
+31
-1
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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