Skip to content

Instantly share code, notes, and snippets.

View fpfrimer's full-sized avatar
💭
10 PRINT "WORKING" / 20 GOTO 10

fpfrimer

💭
10 PRINT "WORKING" / 20 GOTO 10
View GitHub Profile
@fpfrimer
fpfrimer / .gitignore
Created November 12, 2022 13:36 — forked from nhasbun/.gitignore
Git ignore file for quartus II projects
# Working with Altera Quartus II (Q2) and do proper versioning is not that easy
# but if you follow some rules it can be accomplished. :)
# 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
# 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
# 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
# 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