]> source.dussan.org Git - gitignore.git/commitdiff
convert to unix line endings
authorSteffen Jaeckel <steffen.jaeckel@stzedn.de>
Thu, 3 Mar 2011 10:07:48 +0000 (11:07 +0100)
committerSteffen Jaeckel <steffen.jaeckel@stzedn.de>
Thu, 3 Mar 2011 10:07:48 +0000 (11:07 +0100)
Global/Quartus2.gitignore

index 9b8c40b77a55e1faa06a2d89c7a922fdb7488ed1..f51600e95f1c61879fc5bc1c418c15f9fa173b83 100644 (file)
@@ -1,66 +1,66 @@
-# Working with Altera Quartus II (Q2) and do proper versioning is not that easy\r
-# but if you follow some rules it can be accomplished. :)\r
-# This file should be placed into the main directory where the .qpf file is\r
-# found. Generally Q2 throws all entities and so on in the main directory, but\r
-# you can place all stuff also in separate folders. This approach is followed\r
-# here. So when you create a new design create one or more folders where your\r
-# entities will be located and put a .gitignore in there that overrides the\r
-# ignores of this file, e.g. one single rule stating "!*" which allows now all\r
-# type of files. When you add a MegaFunction or another entity to your design,\r
-# simply add it to one of your private folders and Q2 will be happy and manage\r
-# everything quite good. When you want to do versioning of your generated\r
-# SOF/POF files, you can do this by redirecting the generated output to an own\r
-# folder. To do this go to:\r
-# "Assignments"\r
-#   -> "Settings\r
-#      -> "Compilation Process Settings"\r
-#         -> "Save project output files in specified directory"\r
-# Now you can either place a .gitignore in the directory and allow the following\r
-# list of types:\r
-#   !*.sof\r
-#   !*.pof\r
-# or you create an own submodule in the folder to keep binary files out of your\r
-# design.\r
-\r
-# ignore hdl source files in top level directory\r
-*.vhd\r
-*.v\r
-\r
-# ignore Quartus II generated files\r
-*sopc_*\r
-*.jdi\r
-*.ptf.*\r
-*.sof\r
-*.pof\r
-*.qws\r
-*.smsg\r
-*_inst.vhd\r
-*_generation_script*\r
-*.done\r
-*.txt\r
-*.qarlog\r
-*.rpt\r
-*.summary\r
-*.qws\r
-*.cmp\r
-*.eqn\r
-*.html\r
-*.jpg\r
-*.bak\r
-*.qar\r
-*.sopc_builder\r
-*example*\r
-*~\r
-*.sdc\r
-*.tcl\r
-*.pin\r
-*.mif\r
-\r
-# ignore Quartus II generated folders\r
-db/\r
-incremental_db/\r
-simulation/\r
-timing/\r
-testbench/\r
-*_sim/\r
-\r
+# 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
+# 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
+# folder. To do this go to:
+# "Assignments"
+#   -> "Settings
+#      -> "Compilation Process Settings"
+#         -> "Save project output files in specified directory"
+# Now you can either place a .gitignore in the directory and allow the following
+# list of types:
+#   !*.sof
+#   !*.pof
+# or you create an own submodule in the folder to keep binary files out of your
+# design.
+
+# ignore hdl source files in top level directory
+*.vhd
+*.v
+
+# ignore Quartus II generated files
+*sopc_*
+*.jdi
+*.ptf.*
+*.sof
+*.pof
+*.qws
+*.smsg
+*_inst.vhd
+*_generation_script*
+*.done
+*.txt
+*.qarlog
+*.rpt
+*.summary
+*.qws
+*.cmp
+*.eqn
+*.html
+*.jpg
+*.bak
+*.qar
+*.sopc_builder
+*example*
+*~
+*.sdc
+*.tcl
+*.pin
+*.mif
+
+# ignore Quartus II generated folders
+db/
+incremental_db/
+simulation/
+timing/
+testbench/
+*_sim/
+