Skip to content

Commit

Permalink
Add gitignore for yosys
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Jun 29, 2020
1 parent 9dfbb6b commit ca75f32
Showing 1 changed file with 59 additions and 54 deletions.
113 changes: 59 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,54 +1,59 @@
# General temp files
*.DS_Store
*.swp
*.lck
*.autosave
*.user

# GNU/Make
*/*.hex
/*.elf
*/*.o
*/*.d
*/*.i
*/*.ii
*/*.s
*/*.dfu

# C51
*.INC
*.OBJ
*.SRC
*.SBR
*.LST
*.MAP
*.hex
*.bin
!releases/*.bin

# SDCC
*.rel
*.rst
*.sym
*.mem
*.lk
*.ihx
*.asm

# Qt
build-*/

# Eagle PCB
*.[bls]#[0-9]
*.?##

# Altium
*/History
*/__Previews
*/Project\ Logs\ for\ *
*/Project\ Outputs\ for\ *
*/debug.log
*/*.PrjPcbStructure
*.WAS

# Project specific
# General temp files
*.DS_Store
*.swp
*.lck
*.autosave
*.user

# GNU/Make
*/*.hex
/*.elf
*/*.o
*/*.d
*/*.i
*/*.ii
*/*.s
*/*.dfu

# C51
*.INC
*.OBJ
*.SRC
*.SBR
*.LST
*.MAP
*.hex
*.bin
!releases/*.bin

# SDCC
*.rel
*.rst
*.sym
*.mem
*.lk
*.ihx
*.asm

# Qt
build-*/

# Eagle PCB
*.[bls]#[0-9]
*.?##

# Altium
*/History
*/__Previews
*/Project\ Logs\ for\ *
*/Project\ Outputs\ for\ *
*/debug.log
*/*.PrjPcbStructure
*.WAS

# yosys
*.asc
*.json
*.log

# Project specific

0 comments on commit ca75f32

Please sign in to comment.