Skip to content

Commit

Permalink
minor: Cleanup gitignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Mar 8, 2024
1 parent f862f46 commit 82f6332
Showing 1 changed file with 14 additions and 48 deletions.
62 changes: 14 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,18 @@
Makefile
Makefile.in
.deps
.libs
*.o
*.lo
*.la
*.pc
aclocal.m4
acinclude.m4
aminclude.am
m4/*.m4
autom4te.cache
config.h*
config.sub
config.log
config.status
config.guess
configure
compile
depcomp
missing
ltmain.sh
install-sh
stamp-h1
libtool
Doxyfile
.dirstamp
tags

.tarball-version
.version

.*.swp

doc/

src/rtl_433

CMakeCache.txt

# CMake out-of-tree builds
build*/

# IDE files
.cproject
.settings
.project
.cache
.vs
.idea
cmake-build-debug/

# Editor files
*.orig
*.bak
*~
*.tlog
*.ipdb
Expand All @@ -54,12 +22,10 @@ build*/
*.db
*.opendb

_*/

rtl_433_tests

.vs
.idea
cmake-build-debug/
# Development files
/_*/
/rtl_433_tests

# File manager files
.DS_Store
.history

0 comments on commit 82f6332

Please sign in to comment.