Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.gitignore
  • Loading branch information
alabuzhev committed Oct 22, 2017
1 parent b47a3e2 commit 6e94538
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
@@ -0,0 +1,17 @@
#Artefacts
/_build/vc/_output
Debug.*.vc
Release.*.vc
Debug.*.gcc
Release.*.gcc

# VS
.vs
ipch
*.db
*.opendb
*.vcxproj.user
*.suo

# Build scripts
__*.cmd
2 changes: 2 additions & 0 deletions far/.gitignore
@@ -0,0 +1,2 @@
bootstrap
Include

0 comments on commit 6e94538

Please sign in to comment.