diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 5 insertions, 41 deletions
@@ -1,41 +1,5 @@ -# C extensions
-*.so
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# vim
-*~
-*.swp
-
-# Visual Studio build
-*.ipch
-.vs/
-output/
-include/
-*.exp
-*.pdb
-*.lib
-*.dll
-*.exe
-obj.*
-*.ipdb
-*.iobj
-*.tlog
-*.log
-*.obj
-*.user
-*.recipe
-/bin.*
-*.vcxproj.FileListAbsolute.txt
-*.vcxprojAssemblyReference.cache
+target/ +Cargo.lock + +.vscode/ +.idea/
\ No newline at end of file |