aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore46
1 files changed, 5 insertions, 41 deletions
diff --git a/.gitignore b/.gitignore
index b5a68d4..76550e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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