We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1095 commit 9302e69Copy full SHA for 9302e69
.gitignore
@@ -4,6 +4,7 @@
4
*.so
5
*~
6
*.swp
7
+*.lo
8
9
.vagrant
10
autotest/.gitignore
@@ -9,6 +9,7 @@ cpp/*.pdb
cpp/*.vcxproj
cpp/*.vcxproj.filters
11
cpp/*.vcxproj.user
12
+cpp/.libs
13
cpp/[Dd]ebug
14
cpp/[Rr]elease
15
cpp/x64
gdal/swig/python/.gitignore
@@ -1 +1,2 @@
1
-GDAL.egg-info
+GDAL.egg-info
2
+.generated_files_up_to_date
0 commit comments