Skip to content

Commit

Permalink
Merge pull request #301 from eosnetworkfoundation/zach-gitignore
Browse files Browse the repository at this point in the history
Expand .gitignore
  • Loading branch information
kj4ezj committed Feb 3, 2023
2 parents a04b576 + 8770210 commit f02ae74
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# archives
*.7z
*.iso
*.rar
*.tar
*.tar.gz
*.tgz
Expand Down Expand Up @@ -28,12 +30,21 @@ cmake-build-debug

# data
*.csv
*.db
*.dbf
*.fods
*.html
*.json
*.ods
*.ots
*.tsv
*.uos
*.xhtml
*.xls
*.xlsm
*.xlsx
*.xlt
*.xltx
*.xml

# editor files
Expand All @@ -43,9 +54,18 @@ cmake-build-debug
.vscode

# executables
*.apk
*.app
*.AppImage
*.com
*.deb
*.dll
*.dmg
*.exe
*.jar
*.msi
*.out
*.rpm

# logs
*.log
Expand Down

0 comments on commit f02ae74

Please sign in to comment.