Skip to content

Commit

Permalink
Ignore some more files (build dirs and generated)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGibson committed May 9, 2016
1 parent 1bfc6d5 commit 40213b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
Build/
Debug/

# custom user build dirs
/*build*
/Sources/*build*

# Visual Studio
*.vs
*.opendb
Expand Down Expand Up @@ -70,20 +74,22 @@ Sources/Entities/*.cpp
# Other generated files:
Sources/Engine/Ska/smcScan.cpp
Sources/Engine/Ska/smcPars.h
Sources/Engine/Ska/smcPars.hpp
Sources/Engine/Ska/smcPars.cpp
Sources/Engine/Base/Parser.cpp
Sources/Engine/Base/Parser.h
Sources/Engine/Base/Parser.hpp
Sources/Engine/Base/Scanner.cpp
Sources/Ecc/Parser.cpp
Sources/Ecc/Parser.h
Sources/Ecc/Parser.hpp
Sources/Ecc/Scanner.cpp
Sources/SeriousSkaStudio/Parser.cpp
Sources/SeriousSkaStudio/Parser.h
Sources/SeriousSkaStudio/Parser.hpp
Sources/SeriousSkaStudio/Scanner.cpp

# vim swap files
*.swp
*.swo



0 comments on commit 40213b3

Please sign in to comment.