Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0c27669b
Commit
0c27669b
authored
Jun 28, 2017
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] created gitignore basing on our old hgignore.
parent
161da902
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
63 deletions
+38
-63
.gitignore
.gitignore
+38
-0
.hgignore
.hgignore
+0
-63
No files found.
.gitignore
0 → 100644
View file @
0c27669b
# Some config files of the world's most favorite text editor - VIM ;-)
lvimrc
.ycm_extra_conf.py
.ycm_extra_conf.pyc
*.swp
*.swo
# File backups
*.*~
# Generated doc
**/doc/developer/html/*
**/doc/developer/doxygen_sqlite3.db
# Ignore contents of the build directory
**/build/*
!**/build/.dummy
!**/build/.keep
!**/build/README
!**/build/README.*
# files generated by "make tags"
src/tags
src/cscope.out
src/ncscope.out
# tag files
tags
cscope.out
# user toolboxes are not versioned
src/modules/modules-user.toolbox
# Eclipse files
.project
.cproject
.settings
.hgignore
deleted
100644 → 0
View file @
161da902
# use glob syntax.
syntax: glob
*~
*.swp
# switch to regexp syntax.
syntax: regexp
^doc/core/html
^doc/core/core.tag
^doc/developer/doxygen_objdb
^doc/developer/html
^doc/developer/man
^doc/developer/doxyerror.log
^doc/developer/doxygen_sqlite3.db
^doc/developer/developer.tag
^doc/developer/designDocuments/openWalnutDesign.aux
^doc/developer/designDocuments/openWalnutDesign.bbl
^doc/developer/designDocuments/openWalnutDesign.blg
^doc/developer/designDocuments/openWalnutDesign.log
^doc/developer/designDocuments/openWalnutDesign.out
^doc/developer/designDocuments/openWalnutDesign.pdf
^doc/developer/designDocuments/openWalnutDesign.toc
^doc/developer/designDocuments/openWalnutDesignDocument.pdf
^build
# files generated by "make tags"
^src/tags
^src/cscope.out
^src/ncscope.out
# files geneterated by build system
^src/WVersion.h
# local vim rc
^lvimrc
# tag files
^tags$
^cscope.out$
# numCores files
^tools/numCores/CMakeCache.txt$
^tools/numCores/CMakeFiles
^tools/numCores/Makefile$
^tools/numCores/cmake_install.cmake$
# user toolboxes are not versioned
^src/modules/modules-user.toolbox$
syntax: glob
.project
.cproject
syntax: regexp
^Debug$
syntax: glob
.settings
syntax: glob
Release
# VIM's YouCompleteMe addon files:
.ycm_extra_conf.py
.ycm_extra_conf.pyc
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