Fix gitignore files
Ignore everything but vhdl source files in src, instead of at top level. Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
8415eb51c6
commit
90c8cc2ea8
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.vhdl
|
||||
|
||||
*~
|
||||
|
4
src/.gitignore
vendored
Normal file
4
src/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.vhdl
|
||||
|
Loading…
Reference in New Issue
Block a user