Skip to content

Commit

Permalink
Clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Jun 25, 2020
1 parent 45d098d commit c6d32cb
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,56 +1,12 @@
# libavg specific
Makefile
*.in
.deps
.libs
*.cache
core

aclocal.m4
config.guess
config.log
config.status
config.sub
configure
libtool
depcomp
missing
compile
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
py-compile
src/audio/testlimiter
src/avgconfig.h
src/base/testbase
src/graphics/benchmarkgraphics
src/graphics/testgpu
src/graphics/testgraphics
src/imaging/testimaging
src/player/testcalibrator
src/player/testplayer
src/stamp-h1
src/version.h
src/video/testvideo
src/test/tmp.dot
test-driver
*.orig

#libavg dist-check
version.h
sphinxdoc/_build
libavg-*.tar.gz
libavg-*.zip

# Make check output
*.log
*.trs
src/test/libavg
src/test/resultimages

# python
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -81,8 +37,7 @@ __pycache__/
*.swp

# PyCharm user specific
.idea/workspace.xml
.idea/tasks.xml
.idea

# MSVC
*.vcxproj.user
Expand Down

0 comments on commit c6d32cb

Please sign in to comment.