Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KennethVanhoey
CGoGN
Commits
0560e6d5
Commit
0560e6d5
authored
Jul 15, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advanced usage of .gitignore
parent
ed0de08f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
0 deletions
+29
-0
SCHNApps/build/.gitignore
SCHNApps/build/.gitignore
+2
-0
SCHNApps/buildDebug/.gitignore
SCHNApps/buildDebug/.gitignore
+2
-0
SCHNApps/lib/.gitignore
SCHNApps/lib/.gitignore
+3
-0
ThirdParty/build/.gitignore
ThirdParty/build/.gitignore
+2
-0
ThirdParty/buildDebug/.gitignore
ThirdParty/buildDebug/.gitignore
+2
-0
ThirdParty/include/.gitignore
ThirdParty/include/.gitignore
+6
-0
build/.gitignore
build/.gitignore
+2
-0
buildDebug/.gitignore
buildDebug/.gitignore
+2
-0
include/.gitignore
include/.gitignore
+5
-0
lib/.gitignore
lib/.gitignore
+3
-0
No files found.
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
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