aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 10 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore
index b43ca58..c98c3a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,10 @@
-
-# Autotools-added generated files
-Makefile.in
-aclocal.m4
-autom4te.cache/
-config.*
-configure
-depcomp
-install-sh
-libusb/Makefile.in
-linux/Makefile.in
-ltmain.sh
-mac/Makefile.in
-missing
-testgui/Makefile.in
-windows/Makefile.in
-
-Makefile
-stamp-h1
-libtool
+*.sw*
+*.log
+*.o
+unittest/build/
+*.pyc
+core
+.cache/
+.idea/
+CMakeFiles/
+/.vs