Skip to content

Commit

Permalink
project: Create SMP specific gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Nov 26, 2014
1 parent c0c536f commit 7f67c6c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,3 @@ configure
install-sh
confdefs.h
conftest.*

*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pidb
*.tlog
*.manifest
*.res
*.sdf
*.suo
*.user
*.opensdf

#Ensure files required by SMC msvc builds are included
!SMC/*.h
20 changes: 20 additions & 0 deletions SMP/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
*.obj
*.lib
*.log
*.tlog
*.pdb
*.ildb
*.pgd
*.pch
*.manifest
*.suo
*.user
*.sdf
*.opensdf
[Oo]bj/
*.exe
!*.h
!*.c
!*.asm
!*.def
!*.rc

0 comments on commit 7f67c6c

Please sign in to comment.