Skip to content

Commit

Permalink
Cleanup gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 18, 2024
1 parent 7bd15c7 commit b0bd025
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 32 deletions.
27 changes: 11 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,23 @@
.*
!.git*
!.appveyor*
!.travis.yml
!.editorconfig
!.vscode

# exclude binaries and temporary files
CMakeCache.txt
cmake_install.cmake
cmake-build-*
install_manifest.txt
bin/
[bB]uild*/
intermediate/
intermediate_plugs/
lib/
CMakeFiles/
*.aps
[Bb]in/
[Bb]uild*/

# User-specific files
*.user
*.user.props
*.nvuser
*.PVS-Studio.*
*.gch
*.so
*.a
*.o

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# exclude doxygen output
doc/doxygen/html/*
16 changes: 0 additions & 16 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
xrCore/.GitInfo.hpp

# exclude binaries and temporary files
ipch/
packages/
_ReSharper.Caches/

# User-specific files
*.suo
*.sdf
*.opensdf
*.user
*.user.props
*.VC.opendb
*.VC.db
*.nvuser

# Visual Studio profiler
*.psess
*.vsp
*.vspx

0 comments on commit b0bd025

Please sign in to comment.