summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore33
1 files changed, 1 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 734248992..f33e4bec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,48 +1,17 @@
-# Compiled Sources
-###################
-*.o
-*.a
-*.elf
-*.bin
-*.map
-*.hex
-*.dis
-*.exe
-
-# Packages
-############
-
-# Logs and Databases
-######################
-*.log
-
-# VIM Swap Files
-######################
-*.swp
-
# Build directories
-######################
build/
build-*/
+docs/genrst/
# Test failure outputs
-######################
tests/results/*
# Python cache files
-######################
__pycache__/
-*.pyc
# Customized Makefile/project overrides
-######################
GNUmakefile
user.props
-# Generated rst files
-######################
-genrst/
-
# MacOS desktop metadata files
-######################
.DS_Store