Skip to content

Commit

Permalink
Update .gitignore (#2439)
Browse files Browse the repository at this point in the history
Add new files to ignore, remove obsolete entries (licence, etc.).
  • Loading branch information
flomnes authored Oct 7, 2024
1 parent da70910 commit dbae584
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

antares-[0-9].[0-9]-*

.*.sw[a-z]
*~
Makefile
Expand All @@ -21,7 +18,11 @@ Makefile
*.layout
src/.vs

# Config
src/config/include/antares/config/config.h
config.h
src/tests/cucumber/conf.yaml


# Yuni
src/ext/yuni/src/ProfileBuild.cmake
Expand Down Expand Up @@ -49,13 +50,7 @@ src/distrib/unix/rpm/pkginfo-*
src/distrib/unix/rpm/*.rpm
src/distrib/changelog.txt

src/license/keys/rsakey2code
src/script/v8/libs/*
/src/antares.VC.VC.opendb
/src/antares.VC.db

_build*
buildDebian
.vscode/
*.dll
.idea/
Expand Down

0 comments on commit dbae584

Please sign in to comment.