Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
1145ed5f
Commit
1145ed5f
authored
Mar 03, 2011
by
Steffen Jaeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert to unix line endings
parent
806e228b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
66 deletions
+66
-66
Quartus2.gitignore
Global/Quartus2.gitignore
+66
-66
No files found.
Global/Quartus2.gitignore
View file @
1145ed5f
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
# but if you follow some rules it can be accomplished. :)
# but if you follow some rules it can be accomplished. :)
# This file should be placed into the main directory where the .qpf file is
# This file should be placed into the main directory where the .qpf file is
# found. Generally Q2 throws all entities and so on in the main directory, but
# found. Generally Q2 throws all entities and so on in the main directory, but
# you can place all stuff also in separate folders. This approach is followed
# you can place all stuff also in separate folders. This approach is followed
# here. So when you create a new design create one or more folders where your
# here. So when you create a new design create one or more folders where your
# entities will be located and put a .gitignore in there that overrides the
# entities will be located and put a .gitignore in there that overrides the
# ignores of this file, e.g. one single rule stating "!*" which allows now all
# ignores of this file, e.g. one single rule stating "!*" which allows now all
# type of files. When you add a MegaFunction or another entity to your design,
# type of files. When you add a MegaFunction or another entity to your design,
# simply add it to one of your private folders and Q2 will be happy and manage
# simply add it to one of your private folders and Q2 will be happy and manage
# everything quite good. When you want to do versioning of your generated
# everything quite good. When you want to do versioning of your generated
# SOF/POF files, you can do this by redirecting the generated output to an own
# SOF/POF files, you can do this by redirecting the generated output to an own
# folder. To do this go to:
# folder. To do this go to:
# "Assignments"
# "Assignments"
# -> "Settings
# -> "Settings
# -> "Compilation Process Settings"
# -> "Compilation Process Settings"
# -> "Save project output files in specified directory"
# -> "Save project output files in specified directory"
# Now you can either place a .gitignore in the directory and allow the following
# Now you can either place a .gitignore in the directory and allow the following
# list of types:
# list of types:
# !*.sof
# !*.sof
# !*.pof
# !*.pof
# or you create an own submodule in the folder to keep binary files out of your
# or you create an own submodule in the folder to keep binary files out of your
# design.
# design.
# ignore hdl source files in top level directory
# ignore hdl source files in top level directory
*.vhd
*.vhd
*.v
*.v
# ignore Quartus II generated files
# ignore Quartus II generated files
*sopc_*
*sopc_*
*.jdi
*.jdi
*.ptf.*
*.ptf.*
*.sof
*.sof
*.pof
*.pof
*.qws
*.qws
*.smsg
*.smsg
*_inst.vhd
*_inst.vhd
*_generation_script*
*_generation_script*
*.done
*.done
*.txt
*.txt
*.qarlog
*.qarlog
*.rpt
*.rpt
*.summary
*.summary
*.qws
*.qws
*.cmp
*.cmp
*.eqn
*.eqn
*.html
*.html
*.jpg
*.jpg
*.bak
*.bak
*.qar
*.qar
*.sopc_builder
*.sopc_builder
*example*
*example*
*~
*~
*.sdc
*.sdc
*.tcl
*.tcl
*.pin
*.pin
*.mif
*.mif
# ignore Quartus II generated folders
# ignore Quartus II generated folders
db/
db/
incremental_db/
incremental_db/
simulation/
simulation/
timing/
timing/
testbench/
testbench/
*_sim/
*_sim/
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