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
Thomas Pitiot
CGoGN
Commits
0560e6d5
Commit
0560e6d5
authored
Jul 15, 2014
by
Sylvain Thery
Browse files
advanced usage of .gitignore
parent
ed0de08f
Changes
10
Hide whitespace changes
Inline
Side-by-side
SCHNApps/build/.gitignore
View file @
0560e6d5
# ignoring all build directory
*
SCHNApps/buildDebug/.gitignore
View file @
0560e6d5
# ignoring all build directory
*
SCHNApps/lib/.gitignore
0 → 100644
View file @
0560e6d5
# ignoring Debug and Release directory of generated libraries
Debug
Release
ThirdParty/build/.gitignore
View file @
0560e6d5
# all build directory ignored !
*
ThirdParty/buildDebug/.gitignore
View file @
0560e6d5
# all build directory ignored !
*
ThirdParty/include/.gitignore
0 → 100644
View file @
0560e6d5
# ignoring files added by make install
PythonQt
NL
tetgen
Zinri
Assimp
\ No newline at end of file
build/.gitignore
View file @
0560e6d5
#ignore all build directory
*
buildDebug/.gitignore
View file @
0560e6d5
#ignore all build directory
*
include/.gitignore
0 → 100644
View file @
0560e6d5
# includes generated by cmake for easy compilation of CGoGN Apps
cgogn_gmx.h
cgogn_mr.h
cgogn_onelib.h
lib/.gitignore
0 → 100644
View file @
0560e6d5
# ignoring Debug and Release directory of generated libraries
Debug
Release
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