diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..200d997c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.bak +*.orig +obj +obj_d +objs +*.exe +*.dll +Debug +Release +*.vcxproj.user +*.lib +*.pyc +*.res +*.pdb +*.suo +*.sdf +glsl_lexer.cpp +glsl_parser.cpp +.fileslist +GPATH +GRTAGS +GTAGS +TAGS |