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:
Collin J. Doering 2015-05-21 19:11:38 -04:00
parent 8415eb51c6
commit 90c8cc2ea8
2 changed files with 5 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,4 +1 @@
*
!.gitignore
!*.vhdl
*~

4
src/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!*.vhdl