From 843012cd40cafe4b11cf942a7696cb60ea6989ed Mon Sep 17 00:00:00 2001 From: Madeline Busig Date: Sun, 9 Nov 2025 19:12:41 -0800 Subject: [PATCH] Add Hog gitignore --- .gitignore | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..c3a8113 --- /dev/null +++ b/.gitignore @@ -0,0 +1,99 @@ +# Copyright 2018-2025 The University of Birmingham +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +### Hog .gitignore ### +# The following two lines assume that you have your IPs like this: IP//.xci +# If you have a more complex subdirectory structure please make sure that: +# - the last subdirectory has the same name as the IP and that +# - only .xci files are committed. +# +IP/*/* +!IP/*/*.xci* + +BD/* +!BD/*.bd + +## OS +.DS_Store +.DS_Store? +.Trashes +**.Trashes +ehthumbs.db +Thumbs.db + +## MISCELLANEA +**.tmp +!/.gitignore +bin +gitk +*~ +**.pyc +Doc/* +**.log +DCPs/ + +## CERNbox +._* +**._* + +## Sigasi Studio +.library_mapping.xml +.project +.settings + +## Xilinx Vivado +**.str +**.jou +.Xil/ +.Xilinx/ +Projects/ +output/ +lastbuilt.txt +credentials.sh +VivadoProject +SimulationLib +profpga + +## Intel Quartus Prime +Projects +SimulationLib_quartus +*.bak + +## Software building +**.depend +**.layout +**.o +bin*/ +obj/ +compile* +*.out + +## ModelSim, UVVM +transcript* +work/ +.cxl* +# .cxl.modelsim.version # .cxl.ip/ +_* +_Alert.txt +_Log.txt +_info +**.bak +**.mti +**.mtp +**.mpf +**.wlf +**.ini +**.qdb +**.qpg +**.qtl