Skip to content

Commit 9302e69

Browse files
authored
Update .gitignore with files generated during a Linux build/test (OSGeo#4525) [ci skip]
1 parent 8da1095 commit 9302e69

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.so
55
*~
66
*.swp
7+
*.lo
78

89
.vagrant
910

autotest/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cpp/*.pdb
99
cpp/*.vcxproj
1010
cpp/*.vcxproj.filters
1111
cpp/*.vcxproj.user
12+
cpp/.libs
1213
cpp/[Dd]ebug
1314
cpp/[Rr]elease
1415
cpp/x64

gdal/swig/python/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
GDAL.egg-info
1+
GDAL.egg-info
2+
.generated_files_up_to_date

0 commit comments

Comments
 (0)