Skip to content

Commit

Permalink
gitignore: clean up
Browse files Browse the repository at this point in the history
all these files belong into a build directory instead of being ignored
by git. The ones that don't belong into a build directory need to be
known by git.
  • Loading branch information
jhalmen committed Dec 12, 2024
1 parent 64db464 commit 19c0a6b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
build/
*build*
develop-eggs/
dist/
downloads/
Expand Down Expand Up @@ -53,9 +53,6 @@ coverage.xml
*.log
local_settings.py

# Sphinx documentation
docs/_build/

# PyBuilder
target/

Expand All @@ -71,9 +68,6 @@ target/
# Pycharm / Clion
.idea

# CMake
cmake-build-*/

# MacOSX Files
.DS_Store

Expand All @@ -95,16 +89,6 @@ slprj/
*.asv
Thumbs.db

# Arduino
build-uno

CMakeCache.txt
CMakeFiles
Makefile
*.cmake

server

sh.exe.stackdump

uv.lock

0 comments on commit 19c0a6b

Please sign in to comment.